patches: Add mu 1.10.8 patch
This commit is contained in:
parent
5830b76d1f
commit
d5c4986c65
1 changed files with 22 additions and 0 deletions
22
patches/266663.patch
Normal file
22
patches/266663.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
|
||||
index a46fc526e6958b..6f3f556e259287 100644
|
||||
--- a/pkgs/tools/networking/mu/default.nix
|
||||
+++ b/pkgs/tools/networking/mu/default.nix
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mu";
|
||||
- version = "1.10.7";
|
||||
+ version = "1.10.8";
|
||||
|
||||
outputs = [ "out" "mu4e" ];
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "djcb";
|
||||
repo = "mu";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-x1TsyTOK5U6/Y3QInm+XQ7T32X49iwa+4UnaHdiyqCI=";
|
||||
+ hash = "sha256-cDfW0yXA+0fZY5lv4XCHWu+5B0svpMeVMf8ttX/z4Og=";
|
||||
};
|
||||
|
||||
patches = [
|
Loading…
Add table
Add a link
Reference in a new issue