eduvpn-client: 4.2.0 -> 4.2.1

This commit is contained in:
jwijenbergh
2024-02-13 10:50:29 +01:00
parent c9dda2db28
commit ff057da35b
+2 -2
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 = [