Unverified Commit c5c4ef4d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

prometheus-unbound-exporter: 0.4.6 -> 0.5.0 (#461174)

parents 64d2fd86 ea6bfe33
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "0.4.6";
  version = "0.5.0";
in
buildGoModule {
  pname = "unbound_exporter";
@@ -16,10 +16,10 @@ buildGoModule {
    owner = "letsencrypt";
    repo = "unbound_exporter";
    rev = "refs/tags/v${version}";
    hash = "sha256-p2VSIQXTnNGgqUSvWQ4J3SbrnWGBO21ps4VCWOjioLM=";
    hash = "sha256-xVc6xES3YdKIaP6rwAzI0/RLoer7bcq7VAmfjYii8VI=";
  };

  vendorHash = "sha256-q3JqAGeEU5WZWTzdFE9hR2dAnsFjMM44JiYdodZrnhs=";
  vendorHash = "sha256-6ZiBXQRsmlUU7h9Dvlb5WHnYAjrrhbw0rypP5ChoKPs=";

  passthru.tests = {
    inherit (nixosTests.prometheus-exporters) unbound;