Commit 3ce78614 authored by kilianar's avatar kilianar
Browse files
parent 0d9bcf4d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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