mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue