mu: 1.14.1 -> 1.14.2 (#532089)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-18 13:28:03 +00:00
committed by GitHub
+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 = ''