Skip to content

Commit

Permalink
Merge pull request #308686 from r-ryantm/auto-update/jsoncons
Browse files Browse the repository at this point in the history
jsoncons: 0.174.0 -> 0.175.0
  • Loading branch information
sikmir authored May 3, 2024
2 parents 559d572 + c206a81 commit 11335dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/js/jsoncons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "jsoncons";
version = "0.174.0";
version = "0.175.0";

src = fetchFromGitHub {
owner = "danielaparker";
repo = "jsoncons";
rev = "v${finalAttrs.version}";
hash = "sha256-VL64oWmaLz4zJm8eCF03tcAkeL+j1BRAQJ5/kUA7L90=";
hash = "sha256-pLOKgZx3f0Jka0Tm3SBC1JlQ2Rc3ViPgmXRbjgF4UXI=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 11335dd

Please sign in to comment.