nixos-config/patches/135872.patch
Charlotte Van Petegem 84182b02db
Update dependencies
2021-08-27 09:49:09 +02:00

52 lines
1.8 KiB
Diff

From 6e3451a6a8219ded3f124fc1a7d9e63cdc70d28e Mon Sep 17 00:00:00 2001
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
Date: Fri, 27 Aug 2021 09:45:06 +0200
Subject: [PATCH 1/2] mu: 1.6.4 -> 1.6.5
---
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 694c1f5e721f4..fe1e8e7da7360 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.4";
+ version = "1.6.5";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
- sha256 = "rRBi6bgxkVQ94wLBqVQikIE0jVkvm1fjtEzFMsQTJz8=";
+ sha256 = "ZHEUJiEJzQzSwWgY07dDflY5GRiD1We435htY/7IOdQ=";
};
postPatch = lib.optionalString (batchSize != null) ''
From e4591b39178324c7881239904bb45b99ee3536c2 Mon Sep 17 00:00:00 2001
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
Date: Fri, 27 Aug 2021 09:46:59 +0200
Subject: [PATCH 2/2] mu: add chvp as maintainer
---
pkgs/tools/networking/mu/default.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index fe1e8e7da7360..db8f9bdb9d1a5 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = "https://www.djcbsoftware.nl/code/mu/";
changelog = "https://github.com/djcb/mu/releases/tag/${version}";
- maintainers = with maintainers; [ antono peterhoeg ];
+ maintainers = with maintainers; [ antono chvp peterhoeg ];
platforms = platforms.mesaPlatforms;
};
}