vpnc: unstable-2021-11-04 -> unstable-2024-12-20 (#375356)

This commit is contained in:
Gaétan Lepage 2025-01-28 10:46:39 +01:00 committed by GitHub
commit 0c598375d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation {
pname = "vpnc";
version = "unstable-2021-11-04";
version = "unstable-2024-12-20";
src = fetchFromGitHub {
owner = "streambinder";
repo = "vpnc";
rev = "c8bb5371b881f8853f191c495e762f834c9def5d";
sha256 = "1j1p83nfc2fpwczjcggsby0b44hk97ky0s6vns6md3awlbpgdn57";
rev = "d58afaaafb6a43cb21bb08282b54480d7b2cc6ab";
sha256 = "sha256-79DaK1s+YmROKbcWIXte+GZh0qq9LAQlSmczooR86H8=";
fetchSubmodules = true;
};