Merge pull request #262192 from r-ryantm/auto-update/talosctl

talosctl: 1.5.3 -> 1.5.4
This commit is contained in:
Florian Klink 2023-10-25 17:48:15 +03:00 committed by GitHub
commit 586212ee77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "talosctl";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-RoodFtZ4BINyPxxpVkliMD9Sam0eRujvd3gXR2Hxk70=";
hash = "sha256-l0cR5BDUREBOOac/b87re5lzq3maz8Tg3msalXV6zAs=";
};
vendorHash = "sha256-PIuSn4qp6bLPFJwkLEb+pX1ra49IkxXYDRzEFbVqVI0=";
vendorHash = "sha256-/l0crKz1Pks2yiQ+t/rY2ZxB+jYCymSfoILtHYtQ7K8=";
ldflags = [ "-s" "-w" ];