kops_1_15: init at 1.15.0 (#73809)

This commit is contained in:
Christian Kampka 2019-12-03 14:21:56 +01:00 committed by zimbatm
parent 0ff31210bb
commit a951af1a5e
2 changed files with 7 additions and 1 deletions

View File

@ -65,4 +65,9 @@ in rec {
version = "1.14.1";
sha256 = "0ikd8qwrjh8s1sc95g18sm0q6p33swz2m1rjd8zw34mb2w9jv76n";
};
kops_1_15 = mkKops {
version = "1.15.0";
sha256 = "0sjas8pn0njl767b1y15g7cci2q3kxkxwmgr0wvs7vi3n1s1sf9d";
};
}

View File

@ -24544,8 +24544,9 @@ in
kops_1_12
kops_1_13
kops_1_14
kops_1_15
;
kops = kops_1_14;
kops = kops_1_15;
lguf-brightness = callPackage ../misc/lguf-brightness { };