From 9d1f56beda73ca75f9353e2daf110a17fcf7d127 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 30 Jul 2023 04:20:00 +0000 Subject: [PATCH] barman: 3.4.0 -> 3.7.0 Diff: https://github.com/EnterpriseDB/barman/compare/release/3.4.0...release/3.7.0 Changelog: https://github.com/EnterpriseDB/barman/blob/release/3.7.0/NEWS --- pkgs/tools/misc/barman/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/barman/default.nix b/pkgs/tools/misc/barman/default.nix index bed37766332..f310b99f811 100644 --- a/pkgs/tools/misc/barman/default.nix +++ b/pkgs/tools/misc/barman/default.nix @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "barman"; - version = "3.4.0"; + version = "3.7.0"; src = fetchFromGitHub { owner = "EnterpriseDB"; repo = pname; rev = "refs/tags/release/${version}"; - hash = "sha256-K5y5C+K/fMhgOcSsCMaIgY6ce9UUPszoyumsfNHKjBo="; + hash = "sha256-5mecCg5c+fu6WUgmNEL4BR+JCild02YAuYgLwO1MGnI="; }; patches = [