about summary refs log tree commit diff
path: root/pkgs/tools/misc/barman/default.nix
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-12-27 14:42:42 +0100
committerfreezeboy <freezeboy@users.noreply.github.com>2020-12-27 14:42:42 +0100
commit067ce14cd4820a7f813e609c65d5bb2b6c6a07df (patch)
tree1a42ff61914c84ab929c2fb3dceb73ae3c08ddc9 /pkgs/tools/misc/barman/default.nix
parent4c59687c01f2c7bcb27fcb2c0da8d482208fb4be (diff)
barman: 2.11 -> 2.12
Diffstat (limited to 'pkgs/tools/misc/barman/default.nix')
-rw-r--r--pkgs/tools/misc/barman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/barman/default.nix b/pkgs/tools/misc/barman/default.nix
index 2105ad0ae0178..da79110f9a82a 100644
--- a/pkgs/tools/misc/barman/default.nix
+++ b/pkgs/tools/misc/barman/default.nix
@@ -4,12 +4,12 @@
 
 buildPythonApplication rec {
   pname = "barman";
-  version = "2.11";
+  version = "2.12";
 
   outputs = [ "out" "man" ];
   src = fetchurl {
     url = "mirror://sourceforge/pgbarman/${version}/barman-${version}.tar.gz";
-    sha256 = "0w5lh4aavab9ynfy2mq09ga6j4vss4k0vlc3g6f5a9i4175g9pmr";
+    sha256 = "Ts8I6tlP2GRp90OIIKXy+cRWWvUO3Sm86zq2dtVP5YE=";
   };
 
   propagatedBuildInputs = [ dateutil argh psycopg2 boto3 argcomplete ];