mu: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm
2026-06-15 21:26:07 +00:00
parent 9280dfc36d
commit cdc1b01d27
+2 -2
View File
@@ -19,7 +19,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mu";
version = "1.14.1";
version = "1.14.2";
outputs = [
"out"
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "djcb";
repo = "mu";
rev = "v${finalAttrs.version}";
hash = "sha256-P2b0JuzgoZkWXSkJWUrjkcfW9oGVPeH1p/hVKfA9Yjc=";
hash = "sha256-0svY7XhhimIgsYUbHcNT4OCmpmhE4otRxqoasABEIA4=";
};
postPatch = ''