Loading pkgs/by-name/me/mesos-dns/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,14 +4,14 @@ fetchFromGitHub, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "mesos-dns"; version = "0.9.3"; src = fetchFromGitHub { owner = "m3scluster"; repo = "mesos-dns"; rev = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-/zcjQ2AxZ17rAxrRmfztj5gH1pu2QswJgaCE022FieU="; }; Loading @@ -26,10 +26,10 @@ buildGoModule rec { meta = { homepage = "https://m3scluster.github.io/mesos-dns/"; changelog = "https://github.com/m3scluster/mesos-dns/releases/tag/v${version}"; changelog = "https://github.com/m3scluster/mesos-dns/releases/tag/v${finalAttrs.version}"; description = "DNS-based service discovery for Mesos"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ aaronjheng ]; mainProgram = "mesos-dns"; }; } }) Loading
pkgs/by-name/me/mesos-dns/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,14 +4,14 @@ fetchFromGitHub, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "mesos-dns"; version = "0.9.3"; src = fetchFromGitHub { owner = "m3scluster"; repo = "mesos-dns"; rev = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-/zcjQ2AxZ17rAxrRmfztj5gH1pu2QswJgaCE022FieU="; }; Loading @@ -26,10 +26,10 @@ buildGoModule rec { meta = { homepage = "https://m3scluster.github.io/mesos-dns/"; changelog = "https://github.com/m3scluster/mesos-dns/releases/tag/v${version}"; changelog = "https://github.com/m3scluster/mesos-dns/releases/tag/v${finalAttrs.version}"; description = "DNS-based service discovery for Mesos"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ aaronjheng ]; mainProgram = "mesos-dns"; }; } })