Merge pull request #301407 from r-ryantm/auto-update/prometheus-pushgateway

prometheus-pushgateway: 1.7.0 -> 1.8.0
This commit is contained in:
Nick Cao 2024-04-04 09:31:31 -04:00 committed by GitHub
commit 5c66e0bd85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "pushgateway"; pname = "pushgateway";
version = "1.7.0"; version = "1.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "prometheus"; owner = "prometheus";
repo = "pushgateway"; repo = "pushgateway";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-yiLVLt1+Klr34rF+rj+T9SWNCiYi//g/e/kfJJokkYk="; sha256 = "sha256-WZ7Gi7jiHoH6ZL0TdB7Z3C9sAzxL/iJtOAm/MsZVRI8=";
}; };
vendorHash = "sha256-cbwTjjh4g5ISMuump6By0xmF3wKrdA3kToG7j8ZgHNs="; vendorHash = "sha256-W2gGp36f1OZonXVkoBvWOaeGnnF5Xi5Kv8JE+iDm+fg=";
ldflags = [ ldflags = [
"-s" "-s"