scrutiny{,-collector}: 0.9.0 -> 0.9.1

This commit is contained in:
Sam
2026-04-25 13:02:45 -07:00
parent d83ff9a444
commit e513a9da65
2 changed files with 6 additions and 6 deletions
@@ -8,7 +8,7 @@
nix-update-script,
}:
let
version = "0.9.0";
version = "0.9.1";
in
buildGoModule rec {
inherit version;
@@ -18,12 +18,12 @@ buildGoModule rec {
owner = "AnalogJ";
repo = "scrutiny";
tag = "v${version}";
hash = "sha256-N6CYVhdA0BWewGUxyHtkW1ZFDGBYI7QfUo5er7xRcFw=";
hash = "sha256-xEMHkISPBHinT6vRyrWPudvmTiX5gYxMkCEoSm2gLWA=";
};
subPackages = "collector/cmd/collector-metrics";
vendorHash = "sha256-fyHWy1TwwzFMIFzwilu4osfl/iI+2KqI6Bjr1UYUS68=";
vendorHash = "sha256-Em8k2AFoZv4TD4HFkkNIdyPj7IBOFiUIKffkifWfZFY=";
nativeBuildInputs = [ makeWrapper ];
+3 -3
View File
@@ -8,13 +8,13 @@
}:
let
pname = "scrutiny";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "AnalogJ";
repo = "scrutiny";
tag = "v${version}";
hash = "sha256-N6CYVhdA0BWewGUxyHtkW1ZFDGBYI7QfUo5er7xRcFw=";
hash = "sha256-xEMHkISPBHinT6vRyrWPudvmTiX5gYxMkCEoSm2gLWA=";
};
frontend = buildNpmPackage {
@@ -46,7 +46,7 @@ buildGoModule rec {
subPackages = "webapp/backend/cmd/scrutiny";
vendorHash = "sha256-fyHWy1TwwzFMIFzwilu4osfl/iI+2KqI6Bjr1UYUS68=";
vendorHash = "sha256-Em8k2AFoZv4TD4HFkkNIdyPj7IBOFiUIKffkifWfZFY=";
env.CGO_ENABLED = 0;