about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-26 14:12:10 +0800
committerGitHub <noreply@github.com>2022-03-26 14:12:10 +0800
commit51736decd2475d4dc8082c73ba719cb3e0719deb (patch)
tree3ae88fd6b97fdf1a69725f49405911dcdeacfd8f /pkgs
parentfc8fa47cdebe1cd63ba36bafe85115db85b2a7fb (diff)
parentfb71b0acab701c547a66541962a17167596f46b8 (diff)
Merge pull request #164830 from r-ryantm/auto-update/autorestic
autorestic: 1.5.7 -> 1.5.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/backup/autorestic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/autorestic/default.nix b/pkgs/tools/backup/autorestic/default.nix
index b1d863c1cf196..d7b6af031644c 100644
--- a/pkgs/tools/backup/autorestic/default.nix
+++ b/pkgs/tools/backup/autorestic/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "autorestic";
-  version = "1.5.7";
+  version = "1.5.8";
 
   src = fetchFromGitHub {
     owner = "cupcakearmy";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-o3SO3y26ur16D20rTYtzfyZWNDbeOzvj/BpMykvG698=";
+    sha256 = "sha256-0eq2u3DCNgfxsiE4lycf+xGIoEC3sZgEMha9+40j+9s=";
   };
 
   vendorSha256 = "sha256-qYXdRpQT7x+Y5h8PuKGjsANXLqjNlsPKO76GQhnufTU=";