*: adapt to new Go structure
This commit is contained in:
parent
6d18af2826
commit
b18db5be1a
4 changed files with 49 additions and 40 deletions
|
@ -29,7 +29,7 @@ in {
|
|||
inherit pkgs;
|
||||
|
||||
name = "rktGo15";
|
||||
version = "15";
|
||||
version = "1_5";
|
||||
extraBuildInputs = rktBasebuildInputs;
|
||||
};
|
||||
|
||||
|
@ -37,7 +37,7 @@ in {
|
|||
inherit pkgs;
|
||||
|
||||
name = "rktGo16";
|
||||
version = "16";
|
||||
version = "1_6";
|
||||
extraBuildInputs = rktBasebuildInputs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue