Merge pull request #309018 from azahi/endlessh-go-update

endlessh-go: 20230625-3 -> 2024.0119.1
This commit is contained in:
Azat Bahawi 2024-05-12 20:09:09 +03:00 committed by GitHub
commit f0e9b901ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -6,20 +6,24 @@
buildGoModule rec {
pname = "endlessh-go";
version = "20230625-3";
version = "2024.0119.1";
src = fetchFromGitHub {
owner = "shizunge";
repo = "endlessh-go";
rev = version;
sha256 = "sha256-ug01nwlUCKe7DkhSJJ9XUU4QHZeH0A2f/oH6wl2VzIc=";
hash = "sha256-CLmlcuRb5dt1oPNdBfx0ql1Zmn/HahcmhVA0k50i6yA=";
};
vendorHash = "sha256-n7lzSLtR3bUslT6Q1khsFeofSvwuSaBv3n33+HIdssU=";
vendorHash = "sha256-unIyU60IrbiKDIjUf9F2pqqGNIA4gFp5XyQlvx6+xxQ=";
CGO_ENABLED = 0;
ldflags = [ "-s" "-w" ];
passthru.tests = nixosTests.endlessh-go;
passthru.tests = {
inherit (nixosTests) endlessh-go;
};
meta = with lib; {
description = "An implementation of endlessh exporting Prometheus metrics";

View File

@ -7807,8 +7807,6 @@ with pkgs;
endlessh = callPackage ../servers/endlessh { };
endlessh-go = callPackage ../servers/endlessh-go { };
ericw-tools = callPackage ../applications/misc/ericw-tools { };
cryfs = callPackage ../tools/filesystems/cryfs { };