Add mu 1.6.4 patch
This commit is contained in:
parent
5962a6a5d0
commit
8f9082e362
2 changed files with 32 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -42,11 +42,11 @@
|
||||||
},
|
},
|
||||||
"emacs-overlay": {
|
"emacs-overlay": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1629510754,
|
"lastModified": 1629537637,
|
||||||
"narHash": "sha256-UxskcNMOHOFRQ6x8UQzClg6+SCFitq15rMdPXUNxRFk=",
|
"narHash": "sha256-rHrY0WDvHao0kIFvhlGagP9PxgOUN6OFoQUz3Iec3Vw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "069e2b93522c4b4e09f3a6f21c545125fa3cd79e",
|
"rev": "84c0175628349622cc896984f02057fade9ea485",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
29
patches/135080.patch
Normal file
29
patches/135080.patch
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
From c9fc9cb5e386add817e49cba119bff6fb5b77e0d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
||||||
|
Date: Sat, 21 Aug 2021 16:53:46 +0200
|
||||||
|
Subject: [PATCH] mu: 1.6.3 -> 1.6.4
|
||||||
|
|
||||||
|
---
|
||||||
|
pkgs/tools/networking/mu/default.nix | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
|
||||||
|
index 468bc127228a76..694c1f5e721f48 100644
|
||||||
|
--- a/pkgs/tools/networking/mu/default.nix
|
||||||
|
+++ b/pkgs/tools/networking/mu/default.nix
|
||||||
|
@@ -7,13 +7,13 @@
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "mu";
|
||||||
|
- version = "1.6.3";
|
||||||
|
+ version = "1.6.4";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "djcb";
|
||||||
|
repo = "mu";
|
||||||
|
rev = version;
|
||||||
|
- sha256 = "hmP2bcoBWMd2GZBE8XtJ5QePpWnkJV5pu69aDmL5V4g=";
|
||||||
|
+ sha256 = "rRBi6bgxkVQ94wLBqVQikIE0jVkvm1fjtEzFMsQTJz8=";
|
||||||
|
};
|
||||||
|
|
||||||
|
postPatch = lib.optionalString (batchSize != null) ''
|
Loading…
Add table
Add a link
Reference in a new issue