mu: 1.12.8 -> 1.12.9

https://github.com/djcb/mu/releases/tag/v1.12.9
This commit is contained in:
Charlotte Van Petegem
2025-02-28 14:55:02 +01:00
committed by Peter Hoeg
parent 986bdfdfa3
commit a6178d65c3
+2 -2
View File
@@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.12.8";
version = "1.12.9";
outputs = [
"out"
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-lc6GWGvWy/RjjY64vu8n8OtBUZjN6L8OQ/Q01eM34h4=";
hash = "sha256-o6K1xHv6dvzv1oRRiAiSXAqTaC0GcPDQ+ymh5kmH98k=";
};
postPatch = ''