Skip to content

Commit 6a0149d

Browse files
committed
1 parent 5998a16 commit 6a0149d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/backup/vorta/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildPythonApplication rec {
77
pname = "vorta";
8-
version = "0.6.26";
8+
version = "0.7.0";
99

1010
src = fetchFromGitHub {
1111
owner = "borgbase";
1212
repo = "vorta";
1313
rev = "v${version}";
14-
sha256 = "189kzwdmissg9142cd7wvxa1rvc2y7lysgr7if99zc7ks59mv6dq";
14+
sha256 = "1hz19c0lphwql881n7w0ls39bbl63lccx57c3klwfyzgsxcgdy2j";
1515
};
1616

1717
postPatch = ''

0 commit comments

Comments
 (0)