mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
prometheus: 3.1.0 -> 3.4.1
Diff: https://github.com/prometheus/prometheus/compare/refs/tags/v3.1.0...refs/tags/v3.4.1
This commit is contained in:
parent
5079aac7fc
commit
f70058dca6
1 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "prometheus";
|
pname = "prometheus";
|
||||||
version = "3.1.0";
|
version = "3.4.1";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
@ -45,18 +45,19 @@ buildGoModule (finalAttrs: {
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "prometheus";
|
repo = "prometheus";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Q3f0L6cRVQRL1AHgUI3VNbMG9eTfcApbXfSjOTHr7Go=";
|
hash = "sha256-qF4yXBNAdcndwbXEmDPIhG16agvhqKUVB9ajOsvpgrg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-vQwBnSxoyIYTeWLk3GD9pKDuUjjsMfwPptgyVnzcTok=";
|
vendorHash = "sha256-edR9vvSNexRR8EGEiSCIIYl3ndGckS8XuIWojPrq60U=";
|
||||||
|
|
||||||
webUiStatic = fetchurl {
|
webUiStatic = fetchurl {
|
||||||
url = "https://github.com/prometheus/prometheus/releases/download/v${finalAttrs.version}/prometheus-web-ui-${finalAttrs.version}.tar.gz";
|
url = "https://github.com/prometheus/prometheus/releases/download/v${finalAttrs.version}/prometheus-web-ui-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-05DaaDIFtADnkLFqdHe5eUvo6LRz6BduMvGVmzOeurM=";
|
hash = "sha256-GBKjrmlQi+DHtbKICc3pO8IMVdu3IUXh/DTwvd/ArWE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
excludedPackages = [
|
excludedPackages = [
|
||||||
"documentation/prometheus-mixin"
|
"documentation/prometheus-mixin"
|
||||||
|
"internal/tools"
|
||||||
"web/ui/mantine-ui/src/promql/tools"
|
"web/ui/mantine-ui/src/promql/tools"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue