Unverified Commit f6e75e42 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

scrutiny,scrutiny-collector: 0.9.1 -> 0.9.2 (#514585)

parents 3e4efae0 52967c5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:

buildGoModule (finalAttrs: {
  version = "0.9.1";
  version = "0.9.2";
  pname = "scrutiny-collector";

  src = fetchFromGitHub {
    owner = "AnalogJ";
    repo = "scrutiny";
    tag = "v${finalAttrs.version}";
    hash = "sha256-xEMHkISPBHinT6vRyrWPudvmTiX5gYxMkCEoSm2gLWA=";
    hash = "sha256-ZQHTwJZBOYJ2De0CmyxXc4Fb2Vt+jKg+YpDDZhSt+cg=";
  };

  subPackages = "collector/cmd/collector-metrics";
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "scrutiny";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "AnalogJ";
    repo = "scrutiny";
    tag = "v${finalAttrs.version}";
    hash = "sha256-xEMHkISPBHinT6vRyrWPudvmTiX5gYxMkCEoSm2gLWA=";
    hash = "sha256-ZQHTwJZBOYJ2De0CmyxXc4Fb2Vt+jKg+YpDDZhSt+cg=";
  };

  subPackages = "webapp/backend/cmd/scrutiny";