mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
prometheus: fix hash
This commit is contained in:
parent
80a671d366
commit
2137b0c8f0
@ -13,7 +13,7 @@ buildGoPackage rec {
|
||||
rev = "v${version}";
|
||||
owner = "prometheus";
|
||||
repo = "prometheus";
|
||||
sha256 = "15fk231kdp3h5w0ym3d84y9z255qqykzyhvv12fg0wchkv8vfhcj";
|
||||
sha256 = "08fmicgrv9b37qapmqjbif19c9181mpp7abd2yrpc3xpyjd3h687";
|
||||
};
|
||||
|
||||
buildFlagsArray = let
|
||||
|
Loading…
Reference in New Issue
Block a user