mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
kube3d: 3.2.1 -> 3.3.0
This commit is contained in:
parent
b543ade350
commit
4ef6aaef7d
@ -2,8 +2,8 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "kube3d";
|
||||
version = "3.2.1";
|
||||
k3sVersion = "1.18.9-k3s1";
|
||||
version = "3.3.0";
|
||||
k3sVersion = "1.19.3-k3s3";
|
||||
|
||||
excludedPackages = ''tools'';
|
||||
|
||||
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
owner = "rancher";
|
||||
repo = "k3d";
|
||||
rev = "v${version}";
|
||||
sha256 = "1910vir9yc3xvb23260xljnfpznyhnk4gddy752rrndz7rk1b5c3";
|
||||
sha256 = "1pq5x4fyn98f01mzfjv335gx29c61zd85qc5vhx9rk27hi825ima";
|
||||
};
|
||||
|
||||
buildFlagsArray = ''
|
||||
|
Loading…
Reference in New Issue
Block a user