amnezia-vpn: 4.8.10.0 -> 4.8.11.0 (#451674)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-19 06:45:05 +00:00
committed by GitHub
+2 -2
View File
@@ -81,13 +81,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "amnezia-vpn";
version = "4.8.10.0";
version = "4.8.11.0";
src = fetchFromGitHub {
owner = "amnezia-vpn";
repo = "amnezia-client";
tag = finalAttrs.version;
hash = "sha256-w1uBhp47XRinZpSuKeFaASOIOyjRDkDA81uqW4pK3F4=";
hash = "sha256-JZ6cGqLybHgy6xIklH3A//XNXiXlsM4NixGmk0KoubU=";
fetchSubmodules = true;
};