mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #212806 from K900/vpnc-scripts
vpnc-scripts: unstable-2021-09-24 -> unstable-2023-01-03
This commit is contained in:
commit
4ed11a5c79
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "vpnc-scripts";
|
pname = "vpnc-scripts";
|
||||||
version = "unstable-2021-09-24";
|
version = "unstable-2023-01-03";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://gitlab.com/openconnect/vpnc-scripts.git";
|
url = "https://gitlab.com/openconnect/vpnc-scripts.git";
|
||||||
rev = "b749c2cadc2f32e2efffa69302861f9a7d4a4e5f";
|
rev = "22756827315bc875303190abb3756b5b1dd147ce";
|
||||||
sha256 = "sha256-DDGpxzQBaOOG+MYDXnVEB6/Q4qmdNM+86XNRNl01UqU=";
|
hash = "sha256-EWrDyXg47Ur9mFutaG8+oYOCAW9AZowzwwJp3YbogIY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user