Merge pull request #288498 from jwijenbergh/eduvpn-client

eduvpn-client: 4.2.0 -> 4.2.1
This commit is contained in:
Nick Cao 2024-02-13 11:29:50 -05:00 committed by GitHub
commit a331326466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,11 @@
python3Packages.buildPythonApplication rec {
pname = "eduvpn-client";
version = "4.2.0";
version = "4.2.1";
src = fetchurl {
url = "https://github.com/eduvpn/python-${pname}/releases/download/${version}/python-${pname}-${version}.tar.xz";
hash = "sha256-W5z0ykrwWANZmW+lQt6m+BmYPI0cutsamx8V2JrpeHA=";
hash = "sha256-57EKWOzGfA4ihVYTyfLF2yoe7hN/7OnEkG+zLz7QtxI=";
};
nativeBuildInputs = [