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.

11 lines
250 B
Nix
Raw Normal View History

2022-01-05 01:07:41 +00:00
{ callPackage
, buildGoModule
}:
2022-01-14 21:15:35 +00:00
callPackage ./generic.nix {
inherit buildGoModule;
2022-05-21 00:50:54 +00:00
version = "1.2.8";
sha256 = "11yn8g9wsdb35q97wn5vy93kgbn5462k0a33wxlfdz14i5h00yj8";
vendorSha256 = "06wyfnlm37qjvd1pwzygflfpcp9p52f61wgi6pb9l7hnqy2ph6j5";
2022-01-05 01:07:41 +00:00
}