vorta: 0.7.6 -> 0.7.7

ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.7
(cherry picked from commit 5244b041dcec13766c35d3c3e8276f552761644b)
This commit is contained in:
Maximilian Bosch 2021-06-21 09:42:30 +02:00 committed by github-actions[bot]
parent d99688bba4
commit c2a1eb0bc6

View File

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "vorta"; pname = "vorta";
version = "0.7.6"; version = "0.7.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "borgbase"; owner = "borgbase";
repo = "vorta"; repo = "vorta";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-bzhabRVgl1eLTS4KtFkn4xw2KDTZJyFU6zCJdHW5IGE="; sha256 = "sha256-AH9CvoWAaNLPLC+NL+VXtYq9CNCMt0AFtC1ZGXSlcHQ=";
}; };
postPatch = '' postPatch = ''