Commit 34ad3ffe authored by Charlotte Van Petegem's avatar Charlotte Van Petegem Committed by Peter Hoeg
Browse files

mu: 1.6.6 -> 1.6.7

parent b946e1b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "mu";
  version = "1.6.6";
  version = "1.6.7";

  src = fetchFromGitHub {
    owner  = "djcb";
    repo   = "mu";
    rev    = version;
    sha256 = "64TfXPz1NCGKnozI9j+yog+hln1rA/qpzCLvPNSvH+c=";
    sha256 = "bhZrottFT5NX43Iz1wFGYzaUSAgvgkhOwNHX6fjUs7M=";
  };

  postPatch = lib.optionalString (batchSize != null) ''