vorta: 0.7.6 -> 0.7.7

ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.7
This commit is contained in:
Maximilian Bosch 2021-06-21 09:42:30 +02:00
parent 7c2d15627a
commit 5244b041dc
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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 = ''