mu: 1.12.1 -> 1.12.2

This commit is contained in:
R. Ryantm 2024-03-17 01:03:13 +00:00 committed by Peter Hoeg
parent 62748bdf42
commit 986bd442b9

View file

@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.12.1";
version = "1.12.2";
outputs = [ "out" "mu4e" ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-JnKvMbgkaZ1MO7cZMb2PGZsNMjV1M+dnaDpsBDsT0L4=";
hash = "sha256-ab5nTB7mp9zB53JsPS2aPhbnW4O+56+cWunqTVENMPA=";
};
postPatch = ''