summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-24 15:34:41 +0800
committerGitHub <noreply@github.com>2022-07-24 15:34:41 +0800
commite494a908e8895b9cba18e21d5fc83362f64b3f6a (patch)
treee2b3c4c88e6eea34461c40fb47576d4fee09dd75 /pkgs
parentc1938cb43ca7d3dfc382b43fc7385f4929836ac2 (diff)
parent17585ec0dc5a608857852a7fbc522f0a99817dba (diff)
downloadnixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.tar
nixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.tar.gz
nixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.tar.bz2
nixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.tar.lz
nixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.tar.xz
nixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.tar.zst
nixpkgs-e494a908e8895b9cba18e21d5fc83362f64b3f6a.zip
Merge pull request #182155 from r-ryantm/auto-update/barman
barman: 3.0.0 -> 3.0.1
Diffstat (limited to 'pkgs')
-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 4ad66a98ad5..36fd90273f2 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; [