Merge pull request #145739 from chvp/bump-mu

This commit is contained in:
Ellie Hermaszewska
2021-11-13 20:41:09 +08:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.6.9";
version = "1.6.10";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
sha256 = "RoSj283fcllEbirZOScKRU4BKLoxgatDdL1qYZu+LEI=";
sha256 = "1uJB8QdR0JgWlogb1cdUicz+LLtYQpAvYJjwcRjXt+E=";
};
postPatch = lib.optionalString (batchSize != null) ''