talosctl: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2023-09-26 16:57:57 +00:00
parent e97f8fecfa
commit abf588aa6c

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-CEalMrXdLa/pGok1uB60PmxYmmDnSas38cUxvOpkoGk=";
hash = "sha256-RoodFtZ4BINyPxxpVkliMD9Sam0eRujvd3gXR2Hxk70=";
};
vendorHash = "sha256-JDhpRXYnNhVJ5BBKdUmCponRpckH54gMRoKLQ+wx5zM=";
vendorHash = "sha256-PIuSn4qp6bLPFJwkLEb+pX1ra49IkxXYDRzEFbVqVI0=";
ldflags = [ "-s" "-w" ];