Unverified Commit ef501d8f authored by P.'s avatar P.
Browse files

python3Packages.proton-core: 0.1.15-unstable-2023-10-24 -> 0.1.16

parent 868b1800
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@
, pytestCheckHook
}:

buildPythonPackage {
buildPythonPackage rec {
  pname = "proton-core";
  version = "0.1.15-unstable-2023-10-24";
  version = "0.1.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ProtonVPN";
    repo = "python-proton-core";
    rev = "5e795e04094dff67c03c56f2f3de03ff43514cc4";
    hash = "sha256-hchwrolc65tVmSe2IzxwH2zDU2JZzXrCMzWaETWcMDI=";
    rev = "refs/tags/v${version}";
    hash = "sha256-072XuHvgWludlFwp/tqLpuAU89vzifFhwQ01FuiCoL8=";
  };

  nativeBuildInputs = [