about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad/0.11.nix
blob: 2fd7c0403a3c447e9f3db3b0fe1cccaa720b2dec (plain) (blame)
1
2
3
4
5
6
7
{ callPackage, buildGoPackage }:

callPackage ./generic.nix {
  inherit buildGoPackage;
  version = "0.11.8";
  sha256 = "1dhh07bifr02jh2lls8fv1d9ra67ymgh8qxqvpvm0cd0qdd469z1";
}