Merge pull request #133661 from chvp/bump-mu

mu: 1.6.2 -> 1.6.3
This commit is contained in:
Artturi 2021-08-13 04:07:23 +03:00 committed by GitHub
commit 176f71cd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
sha256 = "EYERtDYIf0aw9nMLFZPGZ5s1i+erSq9H3tP29KwCAgQ=";
sha256 = "hmP2bcoBWMd2GZBE8XtJ5QePpWnkJV5pu69aDmL5V4g=";
};
postPatch = lib.optionalString (batchSize != null) ''