about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/cluster/nomad/1.1.nix
blob: 9e2966856eb7566587a96a0398fccbf5439be6fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ callPackage
, buildGoPackage
, nvidia_x11
, nvidiaGpuSupport
}:

callPackage ./generic.nix {
  inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
  version = "1.1.0";
  sha256 = "0sz6blyxyxi5iq170s9v4nndb1hpz603z5ps2cxkdkaafal39767";
}