Merge pull request #331047 from jwijenbergh/update-eduvpn

eduvpn-client: 4.3.1 -> 4.4.0 and libeduvpn-common: 2.0.2 -> 2.1.0
This commit is contained in:
Peder Bergebakken Sundt 2024-07-30 20:31:35 +02:00 committed by GitHub
commit b2e514ab72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@
python3Packages.buildPythonApplication rec {
pname = "eduvpn-client";
version = "4.3.1";
version = "4.4.0";
format = "pyproject";
src = fetchurl {
url = "https://github.com/eduvpn/python-${pname}/releases/download/${version}/python-${pname}-${version}.tar.xz";
hash = "sha256-8k5ZbbN2OvoFFq0nn+fftQfQJbGhb2MEvZNokMXegr0=";
hash = "sha256-IHRIjryAIeGcFqz5BMWsE0/gClaSmnwWhjc1f1c69vk=";
};
nativeBuildInputs = [

View File

@ -5,11 +5,11 @@
buildGoModule rec {
pname = "libeduvpn-common";
version = "2.0.2";
version = "2.1.0";
src = fetchurl {
url = "https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz";
hash = "sha256-cD2WqxKCQkDL4lNbFKcbKygvmmd5FT8mZe5DDw+kizg=";
hash = "sha256-OgcinEeKMDtZj3Tw+7cMsF385ZZTBR/J5dqIihDTlj8=";
};
vendorHash = null;