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

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

13 lines
311 B
Nix
Raw Normal View History

2021-05-19 15:00:38 +00:00
{ callPackage
2021-07-29 16:41:57 +00:00
, buildGoModule
2021-05-19 15:00:38 +00:00
, nvidia_x11
, nvidiaGpuSupport
}:
2022-01-14 21:15:35 +00:00
callPackage ./generic.nix {
2021-07-29 16:41:57 +00:00
inherit buildGoModule nvidia_x11 nvidiaGpuSupport;
2022-04-24 22:37:55 +00:00
version = "1.1.12";
sha256 = "19y52sn4qz0vx9s188nf7rkr7y2cbq6h33l98sr4w85kmainn86s";
vendorSha256 = "0p582y2q6zpyn7vmv1p8p8r2gbh786pqc6lpipgr7rpxbnxf5v4b";
2021-05-19 15:00:38 +00:00
}