summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad/1.3.nix
blob: 0145a5b109050a8eb59e7c94ea1284b4ac8344e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ callPackage
, buildGoModule
}:

callPackage ./generic.nix {
  inherit buildGoModule;
  version = "1.3.1";
  sha256 = "03ckhqh5xznvhbk380ka0g9w9hrvsi389h5maw68f3g3acx68jm7";
  vendorSha256 = "08k5dxaq4r2q0km6y9mc14haski6l7hmhmzn5wjb961hwf5hkfgh";
}