Merge pull request #291324 from jnsgruk/scrutiny-0.7.3
This commit is contained in:
commit
15bb2003d1
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
, lib
|
, lib
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -16,7 +16,7 @@ buildGoModule rec {
|
||||||
owner = "AnalogJ";
|
owner = "AnalogJ";
|
||||||
repo = "scrutiny";
|
repo = "scrutiny";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UYKi+WTsasUaE6irzMAHr66k7wXyec8FXc8AWjEk0qs=";
|
hash = "sha256-S7GW8z6EWB+5vntKew0+EDVqhun+Ae2//15dSIlfoSs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
subPackages = "collector/cmd/collector-metrics";
|
subPackages = "collector/cmd/collector-metrics";
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "scrutiny";
|
pname = "scrutiny";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AnalogJ";
|
owner = "AnalogJ";
|
||||||
repo = "scrutiny";
|
repo = "scrutiny";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UYKi+WTsasUaE6irzMAHr66k7wXyec8FXc8AWjEk0qs=";
|
hash = "sha256-S7GW8z6EWB+5vntKew0+EDVqhun+Ae2//15dSIlfoSs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
frontend = buildNpmPackage {
|
frontend = buildNpmPackage {
|
||||||
|
|
Loading…
Reference in a new issue