Skip to content

Commit e089f5a

Browse files
committed
yyjson: 0.10.0 -> 0.11.0
https://github.com/ibireme/yyjson/releases/tag/0.11.0 Signed-off-by: misilelab <[email protected]>
1 parent 5a837cb commit e089f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/yy/yyjson/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "yyjson";
10-
version = "0.10.0";
10+
version = "0.11.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "ibireme";
1414
repo = "yyjson";
1515
rev = finalAttrs.version;
16-
hash = "sha256-mp9Oz08qTyhj3P6F1d81SX96vamUY/JWpD2DTYR+v04=";
16+
hash = "sha256-4vdoWoVW+NbC46tFxjdTtjVW77aYGRWENgWZHzUoUQ4=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)