about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-20 10:26:18 +0000
committerGitHub <noreply@github.com>2018-02-20 10:26:18 +0000
commit6f0405c42aa8a4149f30e8b2961c621c98930cc6 (patch)
tree545ae1b4fd3ea200537d65253ef8200acd13b28d
parent4997ac681d8f8e43ea2b4604b261fae8dadf34e0 (diff)
parentc78bcf9f1b82b005d993ff5e722d89d821933ba1 (diff)
downloadnixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.tar
nixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.tar.gz
nixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.tar.bz2
nixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.tar.lz
nixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.tar.xz
nixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.tar.zst
nixlib-6f0405c42aa8a4149f30e8b2961c621c98930cc6.zip
Merge pull request #35212 from mbrgm/upgrade-restic
restic: 0.8.1 -> 0.8.2
-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 b7422e311b09..4a51a65b4065 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.8.1";
+  version = "0.8.2";
 
   goPackagePath = "github.com/restic/restic";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "restic";
     repo = "restic";
     rev = "v${version}";
-    sha256 = "13pawz031pzyc4ap5kk229cmzj0qjx5x0j1mw7jhwhc4w4ximvl3";
+    sha256 = "1prk8r0kmcscj79fc53a0qjvik6ygjr50xwnahs0amlyh03pyb46";
   };
 
   buildPhase = ''