eduvpn-client: 4.2.0 -> 4.2.1

This commit is contained in:
jwijenbergh 2024-02-13 10:30:10 +01:00
parent c9dda2db28
commit ff057da35b
No known key found for this signature in database
GPG key ID: 1A2298F6C34F96E5

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 = [