protonvpn-cli_2: 2.2.11 -> 2.2.12

+2 -2
+2 -2
pkgs/applications/networking/protonvpn-cli/2.nix
··· 13 14 buildPythonApplication rec { 15 pname = "protonvpn-cli_2"; 16 - version = "2.2.11"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.5"; ··· 23 repo = "linux-cli-community"; 24 # There is a tag and branch with the same name 25 rev = "refs/tags/v${version}"; 26 - sha256 = "sha256-CWQpisJPBXbf+d5tCGuxfSQQZBeF36WFF4b6OSUn3GY="; 27 }; 28 29 propagatedBuildInputs = [
··· 13 14 buildPythonApplication rec { 15 pname = "protonvpn-cli_2"; 16 + version = "2.2.12"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.5"; ··· 23 repo = "linux-cli-community"; 24 # There is a tag and branch with the same name 25 rev = "refs/tags/v${version}"; 26 + sha256 = "sha256-vNbqjdkIRK+MkYRKUUe7W5Ytc1PU1t5ZLr9fPDOZXUs="; 27 }; 28 29 propagatedBuildInputs = [