Update mu patch
This commit is contained in:
parent
c1f619da8f
commit
3eb3889a84
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
From 82f4da93fe2d2cfdcc3b3287c3c715b2010809f0 Mon Sep 17 00:00:00 2001
|
From 547bd1ce043110cb4a06dd02b732fbd2be765854 Mon Sep 17 00:00:00 2001
|
||||||
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
||||||
Date: Sun, 26 Mar 2023 12:41:08 +0200
|
Date: Sun, 26 Mar 2023 12:41:08 +0200
|
||||||
Subject: [PATCH 1/2] mu: 1.18.14 -> 1.10.2
|
Subject: [PATCH 1/2] mu: 1.18.14 -> 1.10.3
|
||||||
|
|
||||||
https://github.com/djcb/mu/releases/tag/v1.10.0
|
https://github.com/djcb/mu/releases/tag/v1.10.0
|
||||||
https://github.com/djcb/mu/releases/tag/v1.10.1
|
https://github.com/djcb/mu/releases/tag/v1.10.1
|
||||||
https://github.com/djcb/mu/releases/tag/v1.10.2
|
https://github.com/djcb/mu/releases/tag/v1.10.2
|
||||||
|
https://github.com/djcb/mu/releases/tag/v1.10.3
|
||||||
---
|
---
|
||||||
pkgs/tools/networking/mu/default.nix | 4 ++--
|
pkgs/tools/networking/mu/default.nix | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
|
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
|
||||||
index 9d2286e2271f1..9e7a20836ce64 100644
|
index 9d2286e2271f1..c025546ea9616 100644
|
||||||
--- a/pkgs/tools/networking/mu/default.nix
|
--- a/pkgs/tools/networking/mu/default.nix
|
||||||
+++ b/pkgs/tools/networking/mu/default.nix
|
+++ b/pkgs/tools/networking/mu/default.nix
|
||||||
@@ -14,13 +14,13 @@
|
@@ -14,13 +14,13 @@
|
||||||
|
@ -19,19 +20,19 @@ index 9d2286e2271f1..9e7a20836ce64 100644
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mu";
|
pname = "mu";
|
||||||
- version = "1.8.14";
|
- version = "1.8.14";
|
||||||
+ version = "1.10.2";
|
+ version = "1.10.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "djcb";
|
owner = "djcb";
|
||||||
repo = "mu";
|
repo = "mu";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
- hash = "sha256-m6if0Br9WRPR8POwOM0Iwido3UR/V0BlkuaLcWsf/c0=";
|
- hash = "sha256-m6if0Br9WRPR8POwOM0Iwido3UR/V0BlkuaLcWsf/c0=";
|
||||||
+ hash = "sha256-BJ0RTTF8ZnYOGGYmN0qj+cZsbKHnV4x6Job/JYbp0A0=";
|
+ hash = "sha256-AqIPdKdNKLnAHIlqgs8zzm7j+iwNvDFWslvp8RjQPnI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
||||||
From 04dd4aa71b54484e213d2f4ea115949b52396773 Mon Sep 17 00:00:00 2001
|
From 6e3d08874319a29e933e2c53d3c460e30485b623 Mon Sep 17 00:00:00 2001
|
||||||
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
||||||
Date: Sun, 2 Apr 2023 11:22:09 +0200
|
Date: Sun, 2 Apr 2023 11:22:09 +0200
|
||||||
Subject: [PATCH 2/2] mu: don't use (very) old version of texinfo
|
Subject: [PATCH 2/2] mu: don't use (very) old version of texinfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue