summary refs log tree commit diff
path: root/pkgs/tools/backup/bup
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2017-04-08 11:04:37 +0200
committerGitHub <noreply@github.com>2017-04-08 11:04:37 +0200
commit3f00bce59b1504d4ef5728824855ee5363f2ee9a (patch)
tree6cb32ee714f650909921259905d514f64e029fda /pkgs/tools/backup/bup
parent26766f0e57d22e66bed4bc87bc1f81f590ba345e (diff)
parent82a63385fb82f87efaf8456011fc5b296f50c196 (diff)
downloadnixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.tar
nixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.tar.gz
nixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.tar.bz2
nixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.tar.lz
nixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.tar.xz
nixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.tar.zst
nixpkgs-3f00bce59b1504d4ef5728824855ee5363f2ee9a.zip
Merge pull request #24723 from edanaher/update-bup
bup: 0.29 -> 0.29.1
Diffstat (limited to 'pkgs/tools/backup/bup')
-rw-r--r--pkgs/tools/backup/bup/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/bup/default.nix b/pkgs/tools/backup/bup/default.nix
index 2f3d0bedb97..0d60930b1fb 100644
--- a/pkgs/tools/backup/bup/default.nix
+++ b/pkgs/tools/backup/bup/default.nix
@@ -5,7 +5,7 @@
 
 assert par2Support -> par2cmdline != null;
 
-let version = "0.29"; in
+let version = "0.29.1"; in
 
 with stdenv.lib;
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     repo = "bup";
     owner = "bup";
     rev = version;
-    sha256 = "1cc9kpq9bpln89m4ni6wqzh4c8zwxmgnhaibdxxfs5pk2mpl3ds5";
+    sha256 = "0wdr399jf64zzzsdvldhrwvnh5xpbghjvslr1j2cwr5y4i36znxf";
   };
 
   buildInputs = [ git python2Packages.python ];