scrutiny-collector: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-04-09 20:05:56 +00:00
parent c81c241415
commit b5667ef42c

View File

@ -7,7 +7,7 @@
, nix-update-script , nix-update-script
}: }:
let let
version = "0.8.0"; version = "0.8.1";
in in
buildGoModule rec { buildGoModule rec {
inherit version; inherit version;
@ -17,7 +17,7 @@ buildGoModule rec {
owner = "AnalogJ"; owner = "AnalogJ";
repo = "scrutiny"; repo = "scrutiny";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-ysjE2nn1WwhEiFIvJ5cRCJQf9mECTgiGUyenwf3mKTA="; hash = "sha256-WoU5rdsIEhZQ+kPoXcestrGXC76rFPvhxa0msXjFsNg=";
}; };
subPackages = "collector/cmd/collector-metrics"; subPackages = "collector/cmd/collector-metrics";