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.
1 parent a76c90c commit 168109eCopy full SHA for 168109e
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.4.1";
+ version = "4.8.4.4";
60
61
src = fetchFromGitHub {
62
owner = "amnezia-vpn";
63
repo = "amnezia-client";
64
tag = finalAttrs.version;
65
- hash = "sha256-iZKmwbSvyLTW9xWi/6WIwB1BeZai326e0Ut7x1RmKFw=";
+ hash = "sha256-uWO38eK4pJ7pkViyBh3QSVWPIMXn1tcMSS4Bt1M1bpk=";
66
fetchSubmodules = true;
67
};
68
0 commit comments