eduvpn-client: 4.5.0 -> 4.5.1

https://codeberg.org/eduVPN/linux-app/releases/tag/4.5.1
This commit is contained in:
kilianar
2025-07-12 09:46:18 +02:00
parent dea17a3595
commit a9f6437293
+2 -2
View File
@@ -13,7 +13,7 @@
python3Packages.buildPythonApplication rec {
pname = "eduvpn-client";
version = "4.5.0";
version = "4.5.1";
format = "pyproject";
src = fetchFromGitea {
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
owner = "eduVPN";
repo = "linux-app";
rev = version;
hash = "sha256-cm1N/Z6/9zyhWBYUIUIYeB+KphHl+89MD4M9mO/tNMg=";
hash = "sha256-lDmPDM3BEiZ97m8jEtYrpmVrk0D7x01iKxOe/09T0zY=";
};
nativeBuildInputs = [