memcached-exporter: 0.15.3 -> 0.15.4

This commit is contained in:
R. Ryantm
2025-11-12 01:45:07 +00:00
parent ff7090395a
commit 0078ce1fc2

View File

@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "memcached-exporter"; pname = "memcached-exporter";
version = "0.15.3"; version = "0.15.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "prometheus"; owner = "prometheus";
repo = "memcached_exporter"; repo = "memcached_exporter";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-Y2y8XMR+YHbxFQFYqwtQ4aRi71jD6l3witEwjxAjuOc="; hash = "sha256-3xqMq9bxxz7/GChHlCBIHb8HZ5TT5MsfBVE8ap533nc=";
}; };
vendorHash = "sha256-Q2b8/QA12HI6ynLU5aNmwOal+snHd1Be6p3UWk4DJhw="; vendorHash = "sha256-Fcz02viZxXhzTW23GchU4lKi+WriMdpSZKoqXCCn9MA=";
# Tests touch the network # Tests touch the network
doCheck = false; doCheck = false;