Commit 4d47e059 authored by Cottand's avatar Cottand
Browse files

nomad_1_9: init at 1.9.0

parent f8c22cfc
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo122Module
, buildGo123Module
, fetchFromGitHub
, nixosTests
, installShellFiles
@@ -85,4 +86,16 @@ rec {
      export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
    '';
  };

  nomad_1_9 = generic {
    buildGoModule = buildGo123Module;
    version = "1.9.0";
    sha256 = "sha256-MJNPYSH3KsRmGQeOcWw4VvDeFGinfsyGSo4q3OdOZo8=";
    vendorHash = "sha256-Ss/qwQ14VUu40nXaIgTfNuj95ekTTVrY+zcStFDSCyI=";
    license = lib.licenses.bsl11;
    passthru.tests.nomad = nixosTests.nomad;
    preCheck = ''
      export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
    '';
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -10375,6 +10375,7 @@ with pkgs;
    nomad_1_6
    nomad_1_7
    nomad_1_8
    nomad_1_9
    ;
  nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };