mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
eduvpn-client: 4.4.0 -> 4.5.0
https://codeberg.org/eduVPN/linux-app/releases/tag/4.5.0
This commit is contained in:
parent
0ec14ca0fc
commit
bb5a9136ac
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchurl,
|
fetchFromGitea,
|
||||||
gdk-pixbuf,
|
gdk-pixbuf,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
gtk3,
|
gtk3,
|
||||||
|
@ -13,12 +13,15 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "eduvpn-client";
|
pname = "eduvpn-client";
|
||||||
version = "4.4.0";
|
version = "4.5.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitea {
|
||||||
url = "https://codeberg.org/eduVPN/linux-app/releases/download/${version}/python-${pname}-${version}.tar.xz";
|
domain = "codeberg.org";
|
||||||
hash = "sha256-IHRIjryAIeGcFqz5BMWsE0/gClaSmnwWhjc1f1c69vk=";
|
owner = "eduVPN";
|
||||||
|
repo = "linux-app";
|
||||||
|
rev = version;
|
||||||
|
hash = "sha256-cm1N/Z6/9zyhWBYUIUIYeB+KphHl+89MD4M9mO/tNMg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue