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

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

11 lines
248 B
Nix
Raw Normal View History

2022-10-06 03:29:24 +00:00
{ callPackage
, buildGoModule
}:
callPackage ./generic.nix {
inherit buildGoModule;
2022-10-27 15:22:08 +00:00
version = "1.4.2";
sha256 = "sha256-GGLy/6FgMTSZ701F0QGwcw1EFZSUMyPOlokThOTtdJg=";
vendorSha256 = "sha256-dd8rTGcO4GVMRuABwT4HeucZqYKxrgRUkua/bSPLNH0=";
2022-10-06 03:29:24 +00:00
}