Charlotte Van Petegem 2024-04-08 23:58:53 +02:00 committed by Peter Hoeg
parent bd978563ef
commit e20b16e5a3
1 changed files with 2 additions and 2 deletions

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 = ''