vorta: 0.7.0 -> 0.7.1

https://github.com/borgbase/vorta/releases/tag/v0.7.1
This commit is contained in:
Maximilian Bosch 2020-09-10 23:37:00 +02:00
parent 5cd42271a3
commit 195842dd86
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.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "borgbase";
repo = "vorta";
rev = "v${version}";
sha256 = "1hz19c0lphwql881n7w0ls39bbl63lccx57c3klwfyzgsxcgdy2j";
sha256 = "069fq5gv324l2ap3g6m6i12lhq1iqm27dsmaagyc3sva945j0gxw";
};
postPatch = ''