nixpkgs/pkgs/applications/networking/cluster/nomad/1.3.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-05-11 19:08:51 +00:00
{ callPackage
, buildGoModule
}:
callPackage ./generic.nix {
inherit buildGoModule;
2022-07-13 23:34:05 +00:00
version = "1.3.2";
sha256 = "0vrcdm0xjimi5z1j180wigf4gd806w73jxvrzclv2d2pr7pab6qq";
vendorSha256 = "139bzvaw0nyl0whvs74m2hj2xww08zfd615wkn2y10c8f5h69arj";
2022-05-11 19:08:51 +00:00
}