nomad_1_11: init at 1.11.0

This commit is contained in:
Cottand
2025-11-25 20:21:57 +00:00
parent d712804ac7
commit 68d1523699
2 changed files with 14 additions and 0 deletions
@@ -2,6 +2,7 @@
lib,
buildGoModule,
buildGo124Module,
buildGo125Module,
fetchFromGitHub,
nixosTests,
installShellFiles,
@@ -88,6 +89,18 @@ rec {
nomad = nomad_1_10;
nomad_1_11 = generic {
buildGoModule = buildGo125Module;
version = "1.11.0";
hash = "sha256-ETC9zJVup/BLivsBWVez5/OLpl7cjdlIRACVK9ga3Io=";
vendorHash = "sha256-WqGWEjaPicpmkARSEQ/bqw8+GSemh1fcM3pb4BGjZpU=";
license = lib.licenses.bsl11;
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
nomad_1_10 = generic {
buildGoModule = buildGo124Module;
version = "1.10.5";
+1
View File
@@ -3462,6 +3462,7 @@ with pkgs;
nomad
nomad_1_9
nomad_1_10
nomad_1_11
;
nth = with python3Packages; toPythonApplication name-that-hash;