tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
consul: 1.9.4 -> 1.9.5
Maxine Aubrey
4 years ago
850d6414
2461d457
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
consul
default.nix
+3
-3
pkgs/servers/consul/default.nix
···
2
3
buildGoModule rec {
4
pname = "consul";
5
-
version = "1.9.4";
6
rev = "v${version}";
7
8
# Note: Currently only release tags are supported, because they have the Consul UI
···
17
owner = "hashicorp";
18
repo = pname;
19
inherit rev;
20
-
sha256 = "1ck55i8snpm583p21y1hac0w76wiwyjpgfxkzscd4whp2jnzhhif";
21
};
22
23
passthru.tests.consul = nixosTests.consul;
···
26
# has a split module structure in one repo
27
subPackages = ["." "connect/certgen"];
28
29
-
vendorSha256 = "0y744zpj49zvn5vqqb9wmfs1fs0lir71h2kcmhidmn9j132vg1bq";
30
31
doCheck = false;
32
···
2
3
buildGoModule rec {
4
pname = "consul";
5
+
version = "1.9.5";
6
rev = "v${version}";
7
8
# Note: Currently only release tags are supported, because they have the Consul UI
···
17
owner = "hashicorp";
18
repo = pname;
19
inherit rev;
20
+
sha256 = "sha256-CKezHuCbL1I79gDz7ZQiSgPbSXo0NtssQro2MqqmeXw=";
21
};
22
23
passthru.tests.consul = nixosTests.consul;
···
26
# has a split module structure in one repo
27
subPackages = ["." "connect/certgen"];
28
29
+
vendorSha256 = "sha256-YqrW3PeFv1Y6lmjVmMMP0SZao57iPqfut3a1afIWkI0=";
30
31
doCheck = false;
32