mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
kops: 1.15.0 -> 1.15.1 (#78821)
Upgrade the kops_1_15 attribute of kops to bring in the newest patch release (1.15.1) which includes many important bug fixes. Full release notes here: https://github.com/kubernetes/kops/releases/tag/v1.15.1
This commit is contained in:
parent
23593e42c8
commit
3153fad73f
@ -67,7 +67,7 @@ in rec {
|
||||
};
|
||||
|
||||
kops_1_15 = mkKops {
|
||||
version = "1.15.0";
|
||||
sha256 = "0sjas8pn0njl767b1y15g7cci2q3kxkxwmgr0wvs7vi3n1s1sf9d";
|
||||
version = "1.15.1";
|
||||
sha256 = "0iq2bqq6zv6sk2psar33c3smnz79rk5v623qx4kr5h47wnqvrfvj";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user