mu: 1.6.9 -> 1.6.10

This commit is contained in:
Charlotte Van Petegem 2021-11-13 12:21:20 +01:00
parent db93862a2c
commit a5c670a45f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

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) ''