about summary refs log tree commit diff
path: root/pkgs/tools/misc/barman
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-20 00:58:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-20 00:58:51 +0000
commit17585ec0dc5a608857852a7fbc522f0a99817dba (patch)
tree187fcb1326e5661b65109787916e75b966c54d68 /pkgs/tools/misc/barman
parent6f884c2f43c7bb105816303eb4867da672ec6f39 (diff)
barman: 3.0.0 -> 3.0.1
Diffstat (limited to 'pkgs/tools/misc/barman')
-rw-r--r--pkgs/tools/misc/barman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/barman/default.nix b/pkgs/tools/misc/barman/default.nix
index 4ad66a98ad5a0..36fd90273f294 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 = "3.0.0";
+  version = "3.0.1";
 
   src = fetchFromGitHub {
     owner = "EnterpriseDB";
     repo = pname;
-    rev = "release/${version}";
-    sha256 = "sha256-WLKtra1kNxvm4iO3NEhMNCSioHL9I8GIgkbtu95IyTQ=";
+    rev = "refs/tags/release/${version}";
+    sha256 = "sha256-e6euOtvJx+xUq5pWmWK6l7nv/twOa+0OABUTYvMd8Ow=";
   };
 
   checkInputs = with python3Packages; [