Merge pull request #295783 from r-ryantm/auto-update/scrutiny-collector

This commit is contained in:
Jon Seager
2024-03-14 07:45:37 +00:00
committed by GitHub
@@ -6,7 +6,7 @@
, lib
}:
let
version = "0.7.3";
version = "0.8.0";
in
buildGoModule rec {
inherit version;
@@ -16,7 +16,7 @@ buildGoModule rec {
owner = "AnalogJ";
repo = "scrutiny";
rev = "refs/tags/v${version}";
hash = "sha256-S7GW8z6EWB+5vntKew0+EDVqhun+Ae2//15dSIlfoSs=";
hash = "sha256-ysjE2nn1WwhEiFIvJ5cRCJQf9mECTgiGUyenwf3mKTA=";
};
subPackages = "collector/cmd/collector-metrics";