mu: 1.12.2 -> 1.12.4
https://github.com/djcb/mu/releases/tag/v1.12.3 https://github.com/djcb/mu/releases/tag/v1.12.4
This commit is contained in:
parent
bd978563ef
commit
e20b16e5a3
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user