kube3d: 3.0.0 -> 3.0.1
This commit is contained in:
parent
914b9788fd
commit
ba7eeb94f6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "kube3d";
|
||||
version = "3.0.0";
|
||||
version = "3.0.1";
|
||||
k3sVersion = "1.18.6-k3s1";
|
||||
|
||||
excludedPackages = ''tools'';
|
||||
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
owner = "rancher";
|
||||
repo = "k3d";
|
||||
rev = "v${version}";
|
||||
sha256 = "1p4rqzi67cr8vf1ih7zqxkpssqq0vy4pb5crvkxbbf5ad5mwrjri";
|
||||
sha256 = "1l6mh0dpf2bw9sxpn14iivv3pr8mj4favzx2hhn8k1j71cm1w4rj";
|
||||
};
|
||||
|
||||
buildFlagsArray = ''
|
||||
|
|
Loading…
Reference in a new issue