Skip to content

Commit

Permalink
endlessh-go: 20230625-3 -> 2024.0119.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azahi committed May 4, 2024
1 parent 055ed44 commit 6a67984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7831,8 +7831,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 { };
Expand Down

0 comments on commit 6a67984

Please sign in to comment.