Merge pull request #113583 from r-ryantm/auto-update/mu

mu: 1.4.13 -> 1.4.15
This commit is contained in:
Daniël de Kok
2021-02-18 20:09:29 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mu"; pname = "mu";
version = "1.4.13"; version = "1.4.15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "djcb"; owner = "djcb";
repo = "mu"; repo = "mu";
rev = version; rev = version;
sha256 = "03cp2ppj07xpb0c43d3cr8m9jps07mfm8clmlk03sjbxg1widsh0"; sha256 = "sha256-VIUA0W+AmEbvGWatv4maBGILvUTGhBgO3iQtjIc3vG8=";
}; };
postPatch = lib.optionalString (batchSize != null) '' postPatch = lib.optionalString (batchSize != null) ''