Loading pkgs/by-name/co/consul/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildGoModule rec { pname = "consul"; version = "1.20.4"; version = "1.20.5"; # Note: Currently only release tags are supported, because they have the Consul UI # vendored. See Loading @@ -22,7 +22,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; tag = "v${version}"; hash = "sha256-pvTHrFrnRSprsbIPenVPVnnmU59OQCZc9DF+8wcWJ3A="; hash = "sha256-dBx/WHi+qFrOyA0lIjvARcAZ96WvHCjVs94XicSL5L0="; }; # This corresponds to paths with package main - normally unneeded but consul Loading @@ -32,7 +32,7 @@ buildGoModule rec { "connect/certgen" ]; vendorHash = "sha256-hAnIKuFtS6l4nhq8bTcHkvW43FT6K8+0FglRRNfDtPg="; vendorHash = "sha256-rQDVXMLXI2/D4SNLfs3CT4chDnzhh1aU5xuMMBDMhLI="; doCheck = false; Loading Loading
pkgs/by-name/co/consul/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildGoModule rec { pname = "consul"; version = "1.20.4"; version = "1.20.5"; # Note: Currently only release tags are supported, because they have the Consul UI # vendored. See Loading @@ -22,7 +22,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; tag = "v${version}"; hash = "sha256-pvTHrFrnRSprsbIPenVPVnnmU59OQCZc9DF+8wcWJ3A="; hash = "sha256-dBx/WHi+qFrOyA0lIjvARcAZ96WvHCjVs94XicSL5L0="; }; # This corresponds to paths with package main - normally unneeded but consul Loading @@ -32,7 +32,7 @@ buildGoModule rec { "connect/certgen" ]; vendorHash = "sha256-hAnIKuFtS6l4nhq8bTcHkvW43FT6K8+0FglRRNfDtPg="; vendorHash = "sha256-rQDVXMLXI2/D4SNLfs3CT4chDnzhh1aU5xuMMBDMhLI="; doCheck = false; Loading