From 968ff666d88bdd36ff5d74ff66b424a5effd30a5 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Wed, 28 Dec 2022 21:53:22 +0100 Subject: [PATCH 1/2] burp: 2.2.18 -> 2.4.0 --- pkgs/tools/backup/burp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/backup/burp/default.nix b/pkgs/tools/backup/burp/default.nix index 187fe71896d6..effe0670d801 100644 --- a/pkgs/tools/backup/burp/default.nix +++ b/pkgs/tools/backup/burp/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "burp"; - version = "2.2.18"; + version = "2.4.0"; src = fetchFromGitHub { owner = "grke"; repo = "burp"; rev = version; - sha256 = "1zhq240kz881vs2s620qp0kifmgr582caalm85ls789w9rmdkhjl"; + sha256 = "sha256-y6kRd1jD6t+Q6d5t7W9MDuk+m2Iq1THQkP50PJwI7Nc="; }; patches = [ From d307bbb698c8256a86b92ac96ee04ca91b52274d Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Sun, 1 Jan 2023 22:24:12 +0100 Subject: [PATCH 2/2] burp: adopt maintainership from tokudan --- pkgs/tools/backup/burp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/backup/burp/default.nix b/pkgs/tools/backup/burp/default.nix index effe0670d801..eef8491b3835 100644 --- a/pkgs/tools/backup/burp/default.nix +++ b/pkgs/tools/backup/burp/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { description = "BURP - BackUp and Restore Program"; homepage = "https://burp.grke.org"; license = licenses.agpl3; - maintainers = with maintainers; [ tokudan ]; + maintainers = with maintainers; [ arjan-s ]; platforms = platforms.all; }; }