Merge pull request #226198 from SebTM/update_wl/vorta_0812

vorta: 0.8.10 -> 0.8.12

authored by

Nick Cao and committed by
GitHub
3f8d39c9 ac456f76

+6 -4
+6 -4
pkgs/applications/backup/vorta/default.nix
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "vorta"; 11 - version = "0.8.10"; 12 13 src = fetchFromGitHub { 14 owner = "borgbase"; 15 repo = "vorta"; 16 - rev = "refs/tags/v${version}"; 17 - hash = "sha256-okxZ1kALB5l94ShStAJLfzD37MLhob8MCzhbqfVISkw="; 18 }; 19 20 nativeBuildInputs = [ wrapQtAppsHook ]; 21 22 propagatedBuildInputs = with python3Packages; [ 23 - paramiko 24 peewee 25 pyqt5 26 python-dateutil ··· 29 secretstorage 30 appdirs 31 setuptools 32 ]; 33 34 postPatch = ''
··· 8 9 python3Packages.buildPythonApplication rec { 10 pname = "vorta"; 11 + version = "0.8.12"; 12 13 src = fetchFromGitHub { 14 owner = "borgbase"; 15 repo = "vorta"; 16 + rev = "v${version}"; 17 + hash = "sha256-nLdLTh1qSKvOR2cE9HWQrIWQ9L+ynX4qF+lTtKn/Ubs="; 18 }; 19 20 nativeBuildInputs = [ wrapQtAppsHook ]; 21 22 propagatedBuildInputs = with python3Packages; [ 23 peewee 24 pyqt5 25 python-dateutil ··· 28 secretstorage 29 appdirs 30 setuptools 31 + platformdirs 32 + ] ++ lib.optionals stdenv.isLinux [ 33 + qt5.qtwayland 34 ]; 35 36 postPatch = ''