libeduvpn-common: 3.0.0 -> 4.0.0
https://codeberg.org/eduVPN/eduvpn-common/releases/tag/4.0.0
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "libeduvpn-common";
|
||||
version = "3.0.0";
|
||||
version = "4.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://codeberg.org/eduVPN/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz";
|
||||
hash = "sha256-aQpOoY3rDF9DeQ/8tRYdBs4s2IdwAe62y9KfXPMsb4k=";
|
||||
hash = "sha256-pMxcHiX6Ct6QpU13JnoEyqt7bd58dmOxoncIp6PDvgo=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
@@ -28,9 +28,9 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
changelog = "https://raw.githubusercontent.com/eduvpn/eduvpn-common/${version}/CHANGES.md";
|
||||
changelog = "https://codeberg.org/eduVPN/eduvpn-common/raw/tag/${version}/CHANGES.md";
|
||||
description = "Code to be shared between eduVPN clients";
|
||||
homepage = "https://github.com/eduvpn/eduvpn-common";
|
||||
homepage = "https://codeberg.org/eduVPN/eduvpn-common";
|
||||
maintainers = with lib.maintainers; [
|
||||
benneti
|
||||
jwijenbergh
|
||||
|
||||
Reference in New Issue
Block a user