vpnc-scripts: unstable-2023-01-03 -> unstable-2026-06-29

This commit is contained in:
Kuanju Chen
2026-06-30 03:05:48 +00:00
parent 9ee5d2537a
commit 7942f76eac
+3 -3
View File
@@ -15,12 +15,12 @@
stdenv.mkDerivation {
pname = "vpnc-scripts";
version = "unstable-2023-01-03";
version = "unstable-2026-06-29";
src = fetchgit {
url = "https://gitlab.com/openconnect/vpnc-scripts.git";
rev = "22756827315bc875303190abb3756b5b1dd147ce";
hash = "sha256-EWrDyXg47Ur9mFutaG8+oYOCAW9AZowzwwJp3YbogIY=";
rev = "ce9e961bd0f6b867e1c7c35f78f6fb973f6ff101";
hash = "sha256-Gbu+UCw6uSXH5pGpzLx9mc8D1/tpRNwfF5h5QdEBbYE=";
};
nativeBuildInputs = [ makeWrapper ];