about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/cluster/nomad/0.12.nix
blob: 82f508c63ee865a76819116cb0eb186cc5e872d4 (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 = "0.12.10";
  sha256 = "12hlzjkay7y1502nmfvq2qkhp9pq7vp4zxypawnh98qvxbzv149l";
}