scrutiny-collector: 0.7.3 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-03-14 02:35:41 +00:00
parent c61d0920a3
commit 1be367110c

View File

@ -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";