amnezia-vpn: 4.8.8.3 -> 4.8.9.1 (#429312)

Co-authored-by: sund3RRR <sund3RRR@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-29 14:39:32 +00:00 committed by GitHub
commit 6003e01372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};