Charlotte Van Petegem
2024-04-18 02:28:34 -07:00
committed by Peter Hoeg
parent bd978563ef
commit e20b16e5a3
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.12.2";
version = "1.12.4";
outputs = [ "out" "mu4e" ];
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-ab5nTB7mp9zB53JsPS2aPhbnW4O+56+cWunqTVENMPA=";
hash = "sha256-X5rOBDeT0yfnwTKBWQ4F6DTrFZ/dq3BgQBCn9RAQPf4=";
};
postPatch = ''