Unverified Commit dd48dcf7 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

litmus: 0.14 -> 0.17 (#438609)

parents e0b7b232 473e6619
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 = ''