litmus: 0.14 -> 0.17 (#438609)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user