amnezia-vpn: 4.8.8.3 -> 4.8.9.1

This commit is contained in:
R. Ryantm 2025-07-29 09:46:14 +00:00
parent 23296a5649
commit 5d989da69c

View File

@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "amnezia-vpn";
version = "4.8.8.3";
version = "4.8.9.1";
src = fetchFromGitHub {
owner = "amnezia-vpn";
repo = "amnezia-client";
tag = finalAttrs.version;
hash = "sha256-hDbrp6eT+avFepJL55Vl2alOD+IMnyy8MPXZQTEmLJo=";
hash = "sha256-docQqOVzmgqWPhKzOmKeXhssjyhtfYy1fNn0ZGXjsZ0=";
fetchSubmodules = true;
};