Unverified Commit 49e848eb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #324846 from r-ryantm/auto-update/prometheus-sql-exporter

prometheus-sql-exporter: 0.5.4 -> 0.5.5
parents 3120968b 0996d5df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "sql_exporter";
  version = "0.5.4";
  version = "0.5.5";

  src = fetchFromGitHub {
    owner = "justwatchcom";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ADfJxo9/CcWi9LgX31a7GYAdigFYRbkFy4PYzecG50Y=";
    sha256 = "sha256-K7UDmV56VW4TM5YUl+xUWmE8GUAYbWowm/hU7xBG+Hs=";
  };

  vendorHash = null;