eduvpn-client: 4.4.0 -> 4.5.0 (#404318)

This commit is contained in:
Felix Bargfeldt
2025-05-06 01:16:42 +02:00
committed by GitHub
2 changed files with 11 additions and 8 deletions
+8 -5
View File
@@ -1,6 +1,6 @@
{
lib,
fetchurl,
fetchFromGitea,
gdk-pixbuf,
gobject-introspection,
gtk3,
@@ -13,12 +13,15 @@
python3Packages.buildPythonApplication rec {
pname = "eduvpn-client";
version = "4.4.0";
version = "4.5.0";
format = "pyproject";
src = fetchurl {
url = "https://codeberg.org/eduVPN/linux-app/releases/download/${version}/python-${pname}-${version}.tar.xz";
hash = "sha256-IHRIjryAIeGcFqz5BMWsE0/gClaSmnwWhjc1f1c69vk=";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "eduVPN";
repo = "linux-app";
rev = version;
hash = "sha256-cm1N/Z6/9zyhWBYUIUIYeB+KphHl+89MD4M9mO/tNMg=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -6,11 +6,11 @@
buildGoModule rec {
pname = "libeduvpn-common";
version = "2.1.0";
version = "3.0.0";
src = fetchurl {
url = "https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz";
hash = "sha256-OgcinEeKMDtZj3Tw+7cMsF385ZZTBR/J5dqIihDTlj8=";
url = "https://codeberg.org/eduVPN/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz";
hash = "sha256-aQpOoY3rDF9DeQ/8tRYdBs4s2IdwAe62y9KfXPMsb4k=";
};
vendorHash = null;