litmus: 0.14 -> 0.17 (#438609)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-01 17:06:33 +00:00
committed by GitHub
+2 -2
View File
@@ -11,7 +11,7 @@
}:
stdenv.mkDerivation rec {
version = "0.14";
version = "0.17";
pname = "litmus";
src = fetchFromGitHub {
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
tag = version;
# Required for neon m4 macros, bundled neon not used
fetchSubmodules = true;
hash = "sha256-jWz0cnytgn7px3vvB9/ilWBNALQiW5/QvgguM27I3yQ=";
hash = "sha256-JsFyZeaUTDCFZtlG8kyycTE14i4U4R6lTTVWLPjKGPU=";
};
postPatch = ''