summary refs log tree commit diff
path: root/pkgs/tools/backup/restic
diff options
context:
space:
mode:
authorMarius Bergmann <marius@yeai.de>2017-07-14 08:01:32 +0200
committerMarius Bergmann <marius@yeai.de>2017-07-15 01:36:09 +0200
commit3006919a0b1513a7a4e31e456e06dca7868e5905 (patch)
treecf6ef89da4ad7bda7be88db220b30d6437041b88 /pkgs/tools/backup/restic
parent3ef073e9f14e55defa2cb688ed389bc6fe1d5553 (diff)
downloadnixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.tar
nixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.tar.gz
nixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.tar.bz2
nixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.tar.lz
nixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.tar.xz
nixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.tar.zst
nixpkgs-3006919a0b1513a7a4e31e456e06dca7868e5905.zip
restic: 0.6.1 -> 0.7.0
Diffstat (limited to 'pkgs/tools/backup/restic')
-rw-r--r--pkgs/tools/backup/restic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/restic/default.nix b/pkgs/tools/backup/restic/default.nix
index 742c1cafc93..8f918dda59b 100644
--- a/pkgs/tools/backup/restic/default.nix
+++ b/pkgs/tools/backup/restic/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "restic-${version}";
-  version = "0.6.1";
+  version = "0.7.0";
 
   goPackagePath = "github.com/restic/restic";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "restic";
     repo = "restic";
     rev = "v${version}";
-    sha256 = "1rp4s1gh07j06457rhl4r0qnxqn0h7n4i8k50akdr87nwyikkn17";
+    sha256 = "1whzzma2c199i604qy1a807zhi8qgri1r9bbxl5l7wlfh7x0n6sd";
   };
 
   buildPhase = ''