mu: 1.8.7 -> 1.8.8

https://github.com/djcb/mu/releases/tag/v1.8.8
This commit is contained in:
Charlotte Van Petegem 2022-08-07 11:28:25 +02:00
parent 536f043c66
commit f1ad47f4d8
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
sha256 = "/RGq/q0N623RR4HuAmyfFx1/OYZBrmK1ddhiT4bgy3k=";
hash = "sha256-kgskeQM6zESkjDWmgGqhZlGnH8naZ5k0sw+70ZzW2/E=";
};
postPatch = ''