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 7f84ec2 + 1f7b32c commit 0c59837Copy full SHA for 0c59837
pkgs/by-name/vp/vpnc/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation {
16
pname = "vpnc";
17
- version = "unstable-2021-11-04";
+ version = "unstable-2024-12-20";
18
19
src = fetchFromGitHub {
20
owner = "streambinder";
21
repo = "vpnc";
22
- rev = "c8bb5371b881f8853f191c495e762f834c9def5d";
23
- sha256 = "1j1p83nfc2fpwczjcggsby0b44hk97ky0s6vns6md3awlbpgdn57";
+ rev = "d58afaaafb6a43cb21bb08282b54480d7b2cc6ab";
+ sha256 = "sha256-79DaK1s+YmROKbcWIXte+GZh0qq9LAQlSmczooR86H8=";
24
fetchSubmodules = true;
25
};
26
0 commit comments