mu: 1.6.7 -> 1.6.8

This commit is contained in:
Charlotte Van Petegem
2021-10-26 15:45:25 +08:00
committed by Peter Hoeg
parent 8750b35d9d
commit ffae3209f4
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.6.7";
version = "1.6.8";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
sha256 = "bhZrottFT5NX43Iz1wFGYzaUSAgvgkhOwNHX6fjUs7M=";
sha256 = "S2ByfRBBcIIvFbHAn+OB6I4hCuC7Tx8I0bCvxw05UsE=";
};
postPatch = lib.optionalString (batchSize != null) ''