mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
jsoncpp: 1.9.7 -> 1.9.8
changelog: https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.8 diff: https://github.com/open-source-parsers/jsoncpp/compare/1.9.7...1.9.8
This commit is contained in:
parent
e388eff357
commit
821cc48c4f
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "jsoncpp";
|
||||
version = "1.9.7";
|
||||
version = "1.9.8";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "open-source-parsers";
|
||||
repo = "jsoncpp";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-rf8d2UNTVEZhuiyChK2XnUbfGDvsfXnKADhaSp8qBwQ=";
|
||||
sha256 = "sha256-5cH9G4/TVCM5HX6QSk3P4m5+cwuK4x8hP9FohBcmjik=";
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue