patches: Add mu 1.10.7 patch

This commit is contained in:
Charlotte Van Petegem 2023-08-31 07:43:17 +02:00
parent e17279748a
commit f966907560
No known key found for this signature in database
GPG key ID: 019E764B7184435A

20
patches/252497.patch Normal file
View file

@ -0,0 +1,20 @@
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index 4ed161ba355fa..06083f8e0fae7 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -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 = ''