nixpkgs/pkgs/applications/networking/cluster/nomad/1.2.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
310 B
Nix
Raw Normal View History

2022-01-05 01:07:41 +00:00
{ callPackage
, buildGoModule
, nvidia_x11
, nvidiaGpuSupport
}:
2022-01-14 21:15:35 +00:00
callPackage ./generic.nix {
2022-01-05 01:07:41 +00:00
inherit buildGoModule nvidia_x11 nvidiaGpuSupport;
2022-02-03 03:29:15 +00:00
version = "1.2.6";
sha256 = "1ik8v1jznky9y4m85bzxgyba256zqmm5fs6d5xsvp5rzcylcdwgd";
vendorSha256 = "1mbvpssf7haaxzx6ka9qzixm49jck8i89w8ymkaddgmxhlbxjv05";
2022-01-05 01:07:41 +00:00
}