Commit ca579ba7 authored by Paul Meyer's avatar Paul Meyer
Browse files

nomad_1_6: remove

parent 23970016
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo121Module
, buildGo122Module
, fetchFromGitHub
, nixosTests
@@ -61,17 +60,7 @@ rec {

  nomad_1_5 = throwUnsupportaed "nomad_1_5";

  nomad_1_6 = generic {
    buildGoModule = buildGo121Module;
    version = "1.6.10";
    sha256 = "sha256-kiMdpJzjF0S7lrTX3sBFkWm0Gac9a+qlwCPcMKeVXXQ=";
    vendorHash = "sha256-qnsPPV/NWTrqUa1v1CL16WfCH7B0zW9ZSnEmtqvotqI=";
    license = lib.licenses.mpl20;
    passthru.tests.nomad = nixosTests.nomad;
    preCheck = ''
      export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
    '';
  };
  nomad_1_6 = throwUnsupportaed "nomad_1_6";

  nomad_1_7 = generic {
    buildGoModule = buildGo122Module;