From 62f834b20caff433ed63b7ea3bcd7bf962504993 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Dec 2021 17:28:03 +0000 Subject: [PATCH] barman: 2.15 -> 2.17 --- 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 048fbeba6ffb..c9a561c8729f 100644 --- a/pkgs/tools/misc/barman/default.nix +++ b/pkgs/tools/misc/barman/default.nix @@ -4,13 +4,13 @@ }: python3Packages.buildPythonApplication rec { pname = "barman"; - version = "2.15"; + version = "2.17"; src = fetchFromGitHub { owner = "EnterpriseDB"; repo = pname; rev = "release/${version}"; - sha256 = "127cqndg0405rad9jzba1mfhpqmyfa3kx16w345kd4n822w17ak9"; + sha256 = "0c4gcs4kglbb2qma4nlvw0ycj1wnsg934p9vs50dvqi9099hxkmb"; }; checkInputs = with python3Packages; [