mu: 1.12.0 -> 1.12.1

This commit is contained in:
R. Ryantm 2024-03-03 13:26:31 +00:00 committed by Peter Hoeg
parent aecc90bc82
commit bbc8b74bdc

View file

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