Loading pkgs/servers/monitoring/prometheus/sql-exporter.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGoModule rec { pname = "sql_exporter"; version = "0.5.5"; version = "0.5.6"; src = fetchFromGitHub { owner = "justwatchcom"; repo = pname; rev = "v${version}"; sha256 = "sha256-K7UDmV56VW4TM5YUl+xUWmE8GUAYbWowm/hU7xBG+Hs="; sha256 = "sha256-kNIf8HwqNPGJAR8+/IkGn/5ryMEd6rGCixjnKG63xcY="; }; vendorHash = null; Loading Loading
pkgs/servers/monitoring/prometheus/sql-exporter.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGoModule rec { pname = "sql_exporter"; version = "0.5.5"; version = "0.5.6"; src = fetchFromGitHub { owner = "justwatchcom"; repo = pname; rev = "v${version}"; sha256 = "sha256-K7UDmV56VW4TM5YUl+xUWmE8GUAYbWowm/hU7xBG+Hs="; sha256 = "sha256-kNIf8HwqNPGJAR8+/IkGn/5ryMEd6rGCixjnKG63xcY="; }; vendorHash = null; Loading