Merge pull request #126330 from Ma27/bump-vorta

vorta: 0.7.5 -> 0.7.6
This commit is contained in:
Maximilian Bosch 2021-06-10 19:12:09 +02:00 committed by GitHub
commit 09aaad7c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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