vorta: 0.6.26 -> 0.7.0

https://github.com/borgbase/vorta/releases/tag/v0.7.0
This commit is contained in:
Maximilian Bosch 2020-09-06 11:10:21 +02:00
parent 5998a16b14
commit 6a0149df08
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "vorta";
version = "0.6.26";
version = "0.7.0";
src = fetchFromGitHub {
owner = "borgbase";
repo = "vorta";
rev = "v${version}";
sha256 = "189kzwdmissg9142cd7wvxa1rvc2y7lysgr7if99zc7ks59mv6dq";
sha256 = "1hz19c0lphwql881n7w0ls39bbl63lccx57c3klwfyzgsxcgdy2j";
};
postPatch = ''