Add mu 1.10.4 patch

This commit is contained in:
Charlotte Van Petegem 2023-06-23 10:23:00 +02:00
parent 1c1d009af5
commit 55b5ab6118
No known key found for this signature in database
GPG key ID: 019E764B7184435A

20
patches/239313.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 891a42ae1cdce..8ea4a628f87d3 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.3";
+ version = "1.10.4";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
- hash = "sha256-AqIPdKdNKLnAHIlqgs8zzm7j+iwNvDFWslvp8RjQPnI=";
+ hash = "sha256-vwStqrw/fPYUpBhBsLX0MPXtBtP5LwU0AYmUbP+Ywgo=";
};
postPatch = ''