nixpkgs-suyu/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 21:08:51 +02:00
{ callPackage
, buildGoModule
}:
callPackage ./generic.nix {
inherit buildGoModule;
2022-05-21 02:55:13 +02:00
version = "1.3.1";
sha256 = "03ckhqh5xznvhbk380ka0g9w9hrvsi389h5maw68f3g3acx68jm7";
vendorSha256 = "08k5dxaq4r2q0km6y9mc14haski6l7hmhmzn5wjb961hwf5hkfgh";
2022-05-11 21:08:51 +02:00
}