vorta: 0.8.9 -> 0.8.10

This commit is contained in:
R. Ryantm 2023-01-25 07:02:07 +00:00
parent 000178d44d
commit e21ccacb5b

View File

@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "vorta";
version = "0.8.9";
version = "0.8.10";
src = fetchFromGitHub {
owner = "borgbase";
repo = "vorta";
rev = "refs/tags/v${version}";
sha256 = "sha256-5RZXHMov3CX0zRprs7sgz0+cGEdESLrg4I2glRnTkcU=";
sha256 = "sha256-okxZ1kALB5l94ShStAJLfzD37MLhob8MCzhbqfVISkw=";
};
nativeBuildInputs = [ wrapQtAppsHook ];