mu: 1.8.10 -> 1.8.11

https://github.com/djcb/mu/releases/tag/v1.8.11
This commit is contained in:
Charlotte Van Petegem 2022-10-25 09:32:04 +02:00 committed by Jonathan Ringer
parent 625e4a55d1
commit 1a7a61b7bd

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.8.10";
version = "1.8.11";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-hwroSuxn9zVjQBz8r2y93o42zzVkHWAZaEKKEVgSb5s=";
hash = "sha256-IEfwAAUqEGtN4vww0pfW7iuIY/U3eqzC+MJsqtossCw=";
};
postPatch = ''