mu: 1.4.6 -> 1.4.7

This commit is contained in:
Bart Brouns 2020-05-25 10:52:58 +02:00
parent 5f63bf75a3
commit f5b7d763e1

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mu"; pname = "mu";
version = "1.4.6"; version = "1.4.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "djcb"; owner = "djcb";
repo = "mu"; repo = "mu";
rev = version; rev = version;
sha256 = "0qbn99ar45vdpx1qwmqyr9zz14833d5xkxs1hr75549dds6a7rh5"; sha256 = "0inn720prhgxxc1napzd3xyzqgsvv70gqddsyzaa84h6946iz6v5";
}; };
postPatch = stdenv.lib.optionalString (batchSize != null) '' postPatch = stdenv.lib.optionalString (batchSize != null) ''