Skip to content

Commit 8d02745

Browse files
yyjson: 0.11.0 -> 0.11.1 (#408810)
2 parents 2a4d621 + 11e9567 commit 8d02745

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.11.0";
10+
version = "0.11.1";
1111

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

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)