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-05-11 19:12:52 +00:00
version = "1.2.7";
sha256 = "13whyjl0shr00mn46f361ybz90zwkiyab9ygcs0hrs75lgvkmfm9";
vendorSha256 = "177gv0h8bhxd5j78sf4is86zzq8xl9schg1hbyh0hmwg4whhqm8a";
2022-01-05 01:07:41 +00:00
}