endlessh-go: 20220308.1 -> 20220710

This commit is contained in:
Azat Bahawi 2022-07-16 18:38:34 +03:00
parent 5f0abd4712
commit d654eccd4a
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

@ -5,22 +5,25 @@
buildGoModule rec { buildGoModule rec {
pname = "endlessh-go"; pname = "endlessh-go";
version = "20220308.1"; version = "20220710";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shizunge"; owner = "shizunge";
repo = "endlessh-go"; repo = "endlessh-go";
rev = version; rev = version;
hash = "sha256-U+h/WmTVwwUIBEOiNa/EKS6HvkeoGNmP3NpeP1fcqYw="; sha256 = "sha256-T8DLzHfITMLeHJtKuK4AjEzGGCIDJUPlqF2Lj56xPxY=";
}; };
vendorSha256 = "sha256-5a/V2OQGVRIJVl/YG+lvtbLeHCy/1eiZu69zKIFqRKM="; vendorSha256 = "sha256-hMCjYAqsI6h9B8iGVYQcNbKU5icalOHavvPKwOmvf/w=";
proxyVendor = true; proxyVendor = true;
ldflags = [ "-s" "-w" ];
meta = with lib; { meta = with lib; {
description = "An implementation of endlessh exporting Prometheus metrics"; description = "An implementation of endlessh exporting Prometheus metrics";
homepage = "https://github.com/shizunge/endlessh-go"; homepage = "https://github.com/shizunge/endlessh-go";
changelog = "https://github.com/shizunge/endlessh-go/releases/tag/${version}";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ azahi ]; maintainers = with maintainers; [ azahi ];
}; };