tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
consul: 1.10.2 -> 1.10.3
Jonathan Ringer
4 years ago
80488223
2ba20b20
+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.10.2";
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-mA/s3J0ylE3C3IGaYfadeZV6PQ5Ooth6iQ4JEgPl44Q=";
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-MWQ1m2nvKdP8ZCDs0sjZCiW4DSGe3NnVl4sQ448cu5M=";
30
31
doCheck = false;
32
···
2
3
buildGoModule rec {
4
pname = "consul";
5
+
version = "1.10.3";
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-Jn8cF+8Wf4zZ/PFXvjCGpomSa/DvraBGW0LsZQ+Zy+4=";
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-cQP1po9LGunFVocl4+HPs67oae2KpgyfRRB+xGVySUY=";
30
31
doCheck = false;
32