Unverified Commit 3f8d39c9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #226198 from SebTM/update_wl/vorta_0812

vorta: 0.8.10 -> 0.8.12
parents ac456f76 ec71bbaa
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -8,19 +8,18 @@

python3Packages.buildPythonApplication rec {
  pname = "vorta";
  version = "0.8.10";
  version = "0.8.12";

  src = fetchFromGitHub {
    owner = "borgbase";
    repo = "vorta";
    rev = "refs/tags/v${version}";
    hash = "sha256-okxZ1kALB5l94ShStAJLfzD37MLhob8MCzhbqfVISkw=";
    rev = "v${version}";
    hash = "sha256-nLdLTh1qSKvOR2cE9HWQrIWQ9L+ynX4qF+lTtKn/Ubs=";
  };

  nativeBuildInputs = [ wrapQtAppsHook ];

  propagatedBuildInputs = with python3Packages; [
    paramiko
    peewee
    pyqt5
    python-dateutil
@@ -29,6 +28,9 @@ python3Packages.buildPythonApplication rec {
    secretstorage
    appdirs
    setuptools
    platformdirs
  ] ++ lib.optionals stdenv.isLinux [
    qt5.qtwayland
  ];

  postPatch = ''