vorta: 0.10.3 -> 0.11.0

This commit is contained in:
R. Ryantm
2025-11-30 11:32:12 +00:00
parent 0333aacd5c
commit 8f9eaf7d61
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "vorta";
version = "0.10.3";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "borgbase";
repo = "vorta";
tag = "v${version}";
hash = "sha256-VhM782mFWITA0VlKw0sBIu/UxUqlFLgq5XVdCpQggCw=";
hash = "sha256-/60KVJGKNz3aouv5jzubFlz+AxPEbRDSv4ZO9MEi3V0=";
};
nativeBuildInputs = [