mu: 1.12.5 -> 1.12.6

This commit is contained in:
R. Ryantm
2024-07-29 20:58:48 +02:00
committed by Peter Hoeg
parent 179867eb14
commit fe1b5c5bb6
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.12.5";
version = "1.12.6";
outputs = [ "out" "mu4e" ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-dQeXL+CcysmlV6VYSuZtWGSgIhoqP6Y20Qora4l0iP8=";
hash = "sha256-/aWKhqDWkdOGuLViBkzqQ3WdULaEdcPnWTSthQZ8j4s=";
};
postPatch = ''