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

talosctl: 1.4.6 -> 1.4.7
This commit is contained in:
Florian Klink 2023-08-08 17:44:22 +02:00 committed by GitHub
commit e2a3067c73
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.4.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v${version}";
hash = "sha256-jC502ju44seg2khHszshRIE66f7cfYTKqssNIFkDxrs=";
hash = "sha256-K5YuT8OTxkkv5k6bW6kFDB3NMmXM1yFGBxId0snShe4=";
};
vendorHash = "sha256-XTN8JKssj3a88B+CNF6a4rqsf+tRYkQxFbyHco9r6Y8=";
vendorHash = "sha256-RJhsGjpSHbRXhOr2OkjY7x/Tgw+o7eJ9Ebd+NpW5KFs=";
ldflags = [ "-s" "-w" ];