Merge pull request #140884 from fabaff/bump-ligolo-ng

This commit is contained in:
Sandro 2021-10-07 22:44:09 +02:00 committed by GitHub
commit 5db1c6d774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "ligolo-ng"; pname = "ligolo-ng";
version = "0.1"; version = "0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tnpitsecurity"; owner = "tnpitsecurity";
repo = "ligolo-ng"; repo = "ligolo-ng";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Ipfp+Ke4iSJmvUtfNUt/XSPTSDSdeMs+Ss8acZHUYrE="; sha256 = "sha256-VzK6WykC3UDlhhyu8LMRHgOMkdEssJuh1Aqp0rGx7F4=";
}; };
postConfigure = '' postConfigure = ''
@ -17,7 +17,7 @@ buildGoModule rec {
ldflags = [ "-s" "-w" "-extldflags '-static'" ]; ldflags = [ "-s" "-w" "-extldflags '-static'" ];
vendorSha256 = "sha256-axRCThmFavR+GTRWSgdAr2mbrp07hsFea0rKLQNIhgU="; vendorSha256 = "sha256-ZRUy6gsl4Q2Sdm8Bfo4ANPdwcNQi5LNV6SbynpwfnOc=";
doCheck = false; # tests require network access doCheck = false; # tests require network access