libeduvpn-common: 2.1.0 -> 3.0.0

https://codeberg.org/eduVPN/eduvpn-common/releases/tag/3.0.0
This commit is contained in:
kilianar 2025-05-05 11:00:02 +02:00
parent 83c45b918d
commit 0ec14ca0fc

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;