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
248 B
Nix
Raw Normal View History

2022-05-11 19:08:51 +00:00
{ callPackage
, buildGoModule
}:
callPackage ./generic.nix {
inherit buildGoModule;
2022-08-31 19:58:50 +00:00
version = "1.3.5";
sha256 = "sha256-WKS7EfZxysy/oyq1fa8rKvmfgHRiB7adSVhALZNFYgo=";
vendorSha256 = "sha256-byc6wAxpqhxlN3kyHyFQeBS9/oIjHeoz6ldYskizgaI=";
2022-05-11 19:08:51 +00:00
}