talosctl: 1.1.0 -> 1.1.1

https://github.com/siderolabs/talos/releases/tag/v1.1.1
This commit is contained in:
zowoq 2022-07-14 07:58:05 +10:00
parent e99b08a745
commit cc6ac970d5

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
sha256 = "sha256-52WzQ5LWgIX/XBJPNvWV0tAPnw1AiINDL/7D3UYvvn4=";
sha256 = "sha256-pCdcgQC6oihHKyrq9MkJr0c3EErPrMImNsk+TX9Z5GA=";
};
vendorSha256 = "sha256-iluI4UGw5cZ70wmC9jDiGttvxZ7xFyqcL9IZX4ubJqs=";
vendorSha256 = "sha256-BhLksvv5j3fSqHj7gY+aWPN9Uni7/B5/ltIAMJ/ljEE=";
ldflags = [ "-s" "-w" ];