Commit 473e6619 authored by R. RyanTM's avatar R. RyanTM
Browse files

litmus: 0.14 -> 0.17

parent 660b9cfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''