mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
kops: fix hash
This commit is contained in:
parent
9bb358316f
commit
23a6b4c628
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
rev = version;
|
||||
owner = "kubernetes";
|
||||
repo = "kops";
|
||||
sha256 = "0varn38v2vybmahzpgbk73ma368bkdz09wmx2mmqikfppmzszkv3";
|
||||
sha256 = "1z890kjgsdnghg71v4sp7lljvw14dhzr23m2qjmk6wndyssscykr";
|
||||
};
|
||||
|
||||
buildInputs = [go-bindata];
|
||||
|
Loading…
Reference in New Issue
Block a user