mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
heapster: fix build
fetchFromGitHub returned a different sha256 for the same revision
This commit is contained in:
parent
276001c51b
commit
690939730a
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "kubernetes";
|
owner = "kubernetes";
|
||||||
repo = "heapster";
|
repo = "heapster";
|
||||||
sha256 = "057z9imgd2gvcbvahja3i26jzgm33dmfaxraakmcr4a2xfhj50hq";
|
sha256 = "1vg83207y7yigydnnhlvzs3s94vx02i56lqgs6a96c6i3mr3ydpb";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user