prometheus: 3.9.0 → 3.10.0 (#494305)

This commit is contained in:
Franz Pletz
2026-02-26 19:30:47 +00:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -90,6 +90,8 @@ buildGoModule (finalAttrs: {
src
;
proxyVendor = true;
outputs = [
"out"
"doc"
@@ -198,7 +200,6 @@ buildGoModule (finalAttrs: {
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru = {
+4 -4
View File
@@ -1,6 +1,6 @@
{
version = "3.9.1";
hash = "sha256-kqqWFvzEfpG+e+7ils9KE/RNs0eadLqrzMQJsSunQOM=";
npmDepsHash = "sha256-Z+EaIDQLgJ1YQ9tmGZLtvOVaDvZX1qeJJxsCAd/h41k=";
vendorHash = "sha256-CGec9hR/BpO3rXNGYm0V9AESsGIR6a0734e8t9oMOpA=";
version = "3.10.0";
hash = "sha256-tTxHLngOsJ0STwfnBfuXN7CUaVgtpRGzEiFtXTWVDD4=";
npmDepsHash = "sha256-+nu7qfxlVa8OWARFgQnXj5riTQ0P1sjxbIgYUvJpcHw=";
vendorHash = "sha256-AsVy9RPemaKDuX8is2IXjlzRBsJFJiRfFj18SQl8Oc8=";
}