mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #40741 from xeji/prometheus
prometheus_1: 1.8.1 -> 1.8.2, fix build
This commit is contained in:
commit
582beb0f3a
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ let
|
|||
} // attrs');
|
||||
in rec {
|
||||
prometheus_1 = generic {
|
||||
version = "1.8.1";
|
||||
sha256 = "07xvpjhhxc0r73qfmkvf94zhv19zv76privw6blg35k5nxcnj7j4";
|
||||
version = "1.8.2";
|
||||
sha256 = "088flpg3qgnj9afl9vbaa19v2s1d21yxy38nrlv5m7cxwy2pi5pv";
|
||||
};
|
||||
|
||||
prometheus_2 = generic {
|
||||
|
|
Loading…
Reference in a new issue