nomad, nomad_1_7, nomad_1_8: build with buildGo122Module
This commit is contained in:
parent
4c3b87ce7c
commit
0ccd8ca2ef
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, buildGo121Module
|
, buildGo121Module
|
||||||
|
, buildGo122Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
@ -81,7 +82,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nomad_1_7 = generic {
|
nomad_1_7 = generic {
|
||||||
buildGoModule = buildGo121Module;
|
buildGoModule = buildGo122Module;
|
||||||
version = "1.7.7";
|
version = "1.7.7";
|
||||||
sha256 = "sha256-4nuRheidR6rIoytrnDQdIP69f+sBLJ3Ias5DvqVaLFc=";
|
sha256 = "sha256-4nuRheidR6rIoytrnDQdIP69f+sBLJ3Ias5DvqVaLFc=";
|
||||||
vendorHash = "sha256-ZuaD8iDsT+/eW0QUavf485R804Jtjl76NcQWYHA8QII=";
|
vendorHash = "sha256-ZuaD8iDsT+/eW0QUavf485R804Jtjl76NcQWYHA8QII=";
|
||||||
@ -93,7 +94,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nomad_1_8 = generic {
|
nomad_1_8 = generic {
|
||||||
buildGoModule = buildGo121Module;
|
buildGoModule = buildGo122Module;
|
||||||
version = "1.8.0";
|
version = "1.8.0";
|
||||||
sha256 = "sha256-j/9wvnxYhv6h344904cO2Fi6pNeSV5IfcqS4mSjDqpo=";
|
sha256 = "sha256-j/9wvnxYhv6h344904cO2Fi6pNeSV5IfcqS4mSjDqpo=";
|
||||||
vendorHash = "sha256-jNdLLs/mfARl5Uk9RalwSDFLAKqIISEkek3l1wV8EYE=";
|
vendorHash = "sha256-jNdLLs/mfARl5Uk9RalwSDFLAKqIISEkek3l1wV8EYE=";
|
||||||
|
Loading…
Reference in New Issue
Block a user