about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-21 11:50:55 +0200
committerGitHub <noreply@github.com>2021-06-21 11:50:55 +0200
commit4b4abd7b30c14912486e102a9c2c05d86991e4ee (patch)
treea3a956f2c4f2fdb210998d3f22c12e0d4f29716d
parentf197b1332b5e0e8ad3a15e24d88c05b085c2acca (diff)
parent5244b041dcec13766c35d3c3e8276f552761644b (diff)
Merge pull request #127637 from Ma27/bump-vorta
vorta: 0.7.6 -> 0.7.7
-rw-r--r--pkgs/applications/backup/vorta/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/backup/vorta/default.nix b/pkgs/applications/backup/vorta/default.nix
index 4cb21e5267dfb..347a0de0503f0 100644
--- a/pkgs/applications/backup/vorta/default.nix
+++ b/pkgs/applications/backup/vorta/default.nix
@@ -7,13 +7,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "vorta";
-  version = "0.7.6";
+  version = "0.7.7";
 
   src = fetchFromGitHub {
     owner = "borgbase";
     repo = "vorta";
     rev = "v${version}";
-    sha256 = "sha256-bzhabRVgl1eLTS4KtFkn4xw2KDTZJyFU6zCJdHW5IGE=";
+    sha256 = "sha256-AH9CvoWAaNLPLC+NL+VXtYq9CNCMt0AFtC1ZGXSlcHQ=";
   };
 
   postPatch = ''