mu: 1.10.6 -> 1.10.7

https://github.com/djcb/mu/releases/tag/v1.10.7
This commit is contained in:
Charlotte Van Petegem 2023-08-31 07:40:58 +02:00
parent e6eee3ee22
commit a86b37a569
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.10.6";
version = "1.10.7";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-AGHPczGh4z0bla034FGSTmaRgMIfBNYFBUPevJ9LHqI=";
hash = "sha256-x1TsyTOK5U6/Y3QInm+XQ7T32X49iwa+4UnaHdiyqCI=";
};
postPatch = ''