We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1b419e + b303ad8 commit 11ba3a4Copy full SHA for 11ba3a4
pkgs/by-name/am/amnezia-vpn/package.nix
@@ -56,13 +56,13 @@ let
56
in
57
stdenv.mkDerivation (finalAttrs: {
58
pname = "amnezia-vpn";
59
- version = "4.8.3.2";
+ version = "4.8.4.1";
60
61
src = fetchFromGitHub {
62
owner = "amnezia-vpn";
63
repo = "amnezia-client";
64
tag = finalAttrs.version;
65
- hash = "sha256-PUI83egVH0P5b+4aMll91LqQ9v5WlJF8prrbqO9+mC8=";
+ hash = "sha256-iZKmwbSvyLTW9xWi/6WIwB1BeZai326e0Ut7x1RmKFw=";
66
fetchSubmodules = true;
67
};
68
0 commit comments