Unverified Commit 66a959fc authored by Anthony's avatar Anthony Committed by GitHub
Browse files

python3Packages.proton-vpn-local-agent: 1.6.0 -> 1.6.1 (#500093)

parents b3fb9b07 6a78c3da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "proton-vpn-local-agent";
  version = "1.6.0";
  version = "1.6.1";
  pyproject = false;
  withDistOutput = false;

@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "ProtonVPN";
    repo = "local-agent-rs";
    rev = version;
    hash = "sha256-rk3wi6q0UDuwh5yhLBqdLYsJxVqhlI+Yc7HZsiAU1Y8=";
    hash = "sha256-QELvjPJhS8nsQqNucwhMjbwDVg2YiESuhSB1XCN0o90=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
@@ -29,7 +29,7 @@ buildPythonPackage rec {
      src
      sourceRoot
      ;
    hash = "sha256-jjSkPgGp3Yvypnlrt9pV1F/K3o2doNteQs1rwr5fhnM=";
    hash = "sha256-28WEWWI29EYADq/z7C01LxaeBJw8oWiF24iLpduJZ5w=";
  };

  sourceRoot = "${src.name}/python-proton-vpn-local-agent";