Merge pull request #113583 from r-ryantm/auto-update/mu
mu: 1.4.13 -> 1.4.15
This commit is contained in:
commit
1fec7209ff
@ -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) ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user