nomad, nomad_1_7, nomad_1_8: build with buildGo122Module

This commit is contained in:
Cottand 2024-06-02 11:10:47 +01:00
parent 4c3b87ce7c
commit 0ccd8ca2ef

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, buildGo121Module
, buildGo122Module
, fetchFromGitHub
, nixosTests
, installShellFiles
@ -81,7 +82,7 @@ rec {
};
nomad_1_7 = generic {
buildGoModule = buildGo121Module;
buildGoModule = buildGo122Module;
version = "1.7.7";
sha256 = "sha256-4nuRheidR6rIoytrnDQdIP69f+sBLJ3Ias5DvqVaLFc=";
vendorHash = "sha256-ZuaD8iDsT+/eW0QUavf485R804Jtjl76NcQWYHA8QII=";
@ -93,7 +94,7 @@ rec {
};
nomad_1_8 = generic {
buildGoModule = buildGo121Module;
buildGoModule = buildGo122Module;
version = "1.8.0";
sha256 = "sha256-j/9wvnxYhv6h344904cO2Fi6pNeSV5IfcqS4mSjDqpo=";
vendorHash = "sha256-jNdLLs/mfARl5Uk9RalwSDFLAKqIISEkek3l1wV8EYE=";