Unverified Commit 01793b07 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

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

parents b72e9ed7 bb5a9136
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
{
  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
Original line number Diff line number Diff line
@@ -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;