mu: 1.8.11 -> 1.8.13

https://github.com/djcb/mu/releases/tag/v1.8.13
This commit is contained in:
Charlotte Van Petegem 2022-12-06 09:46:31 +01:00 committed by Peter Hoeg
parent e27dd6814b
commit 6bc6f77cb1

View File

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