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

scrutiny-collector: 0.8.0 -> 0.8.1
This commit is contained in:
Nick Cao 2024-04-10 10:04:28 -04:00 committed by GitHub
commit 68da21acaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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