Commit 1be36711 authored by R. RyanTM's avatar R. RyanTM
Browse files

scrutiny-collector: 0.7.3 -> 0.8.0

parent c61d0920
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
, lib
}:
let
  version = "0.7.3";
  version = "0.8.0";
in
buildGoModule rec {
  inherit version;
@@ -16,7 +16,7 @@ buildGoModule rec {
    owner = "AnalogJ";
    repo = "scrutiny";
    rev = "refs/tags/v${version}";
    hash = "sha256-S7GW8z6EWB+5vntKew0+EDVqhun+Ae2//15dSIlfoSs=";
    hash = "sha256-ysjE2nn1WwhEiFIvJ5cRCJQf9mECTgiGUyenwf3mKTA=";
  };

  subPackages = "collector/cmd/collector-metrics";