Skip to content

Commit 26e4636

Browse files
spicy-parser-generator: 1.12.0 -> 1.13.0 (#406110)
Co-authored-by: tobim <[email protected]>
2 parents 061b853 + 5ce494d commit 26e4636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sp/spicy-parser-generator/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "spicy";
15-
version = "1.12.0";
15+
version = "1.13.0";
1616

1717
strictDeps = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "zeek";
2121
repo = "spicy";
2222
rev = "v${version}";
23-
hash = "sha256-MLwBklSNLqx3LgNSFvo5p/MPyt/IlYGwvTbN1PJlims=";
23+
hash = "sha256-BMypkuBmepuLmOXUjeG5hZhOXojjFodaZzZz5S+iBoE=";
2424
fetchSubmodules = true;
2525
};
2626

0 commit comments

Comments
 (0)