Add mu 1.8.2 patch
This commit is contained in:
parent
ee36ac3657
commit
97c99424d8
1 changed files with 29 additions and 0 deletions
29
patches/179519.patch
Normal file
29
patches/179519.patch
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
From 79b964571526b57ec90a7f6f6c8958fd35cbcf93 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Charlotte Van Petegem <charlotte.vanpetegem@ugent.be>
|
||||||
|
Date: Wed, 29 Jun 2022 07:55:14 +0200
|
||||||
|
Subject: [PATCH] mu: 1.8.1 -> 1.8.2
|
||||||
|
|
||||||
|
---
|
||||||
|
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 98dd7d1a87891..1a1a8d3c673dd 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.8.1";
|
||||||
|
+ version = "1.8.2";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "djcb";
|
||||||
|
repo = "mu";
|
||||||
|
rev = "v${version}";
|
||||||
|
- sha256 = "dFYITyO9znocf9fv3eh2h83NM3RDYcpDV/uxOISChZo=";
|
||||||
|
+ sha256 = "wpyolNXm5JloKMJarYzSbs2yMcrkl73vOw6951Ol8Rs=";
|
||||||
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
Loading…
Add table
Add a link
Reference in a new issue