mu: 1.6.8 -> 1.6.9

This commit is contained in:
Charlotte Van Petegem 2021-10-25 08:43:45 +02:00 committed by Peter Hoeg
parent ffae3209f4
commit 56e6fd2bd1

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.6.8";
version = "1.6.9";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
sha256 = "S2ByfRBBcIIvFbHAn+OB6I4hCuC7Tx8I0bCvxw05UsE=";
sha256 = "RoSj283fcllEbirZOScKRU4BKLoxgatDdL1qYZu+LEI=";
};
postPatch = lib.optionalString (batchSize != null) ''