consul: FIX consul-ui reference
This commit is contained in:
parent
b70c24f1f2
commit
24e9449450
@ -1,5 +1,5 @@
|
|||||||
# This file was generated by go2nix.
|
# This file was generated by go2nix.
|
||||||
{ stdenv, lib, go16Packages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
{ stdenv, lib, go16Packages, consul-ui, fetchFromGitHub }:
|
||||||
|
|
||||||
with go16Packages;
|
with go16Packages;
|
||||||
|
|
||||||
@ -10,12 +10,13 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
goPackagePath = "github.com/hashicorp/consul";
|
goPackagePath = "github.com/hashicorp/consul";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
|
owner = "hashicorp";
|
||||||
|
repo = "consul";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/hashicorp/consul";
|
|
||||||
sha256 = "0p6m2rl0d30w418n4fzc4vymqs3vzfa468czmy4znkjmxdl5vp5a";
|
sha256 = "0p6m2rl0d30w418n4fzc4vymqs3vzfa468czmy4znkjmxdl5vp5a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Keep consul.ui for backward compatability
|
# Keep consul.ui for backward compatability
|
||||||
passthru.ui = pkgs.consul-ui;
|
passthru.ui = consul-ui;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user