[Backport release-26.05] talosctl: 1.13.7 -> 1.13.8 (#564820)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-19 08:27:25 +00:00
committed by GitHub

View File

@@ -12,16 +12,16 @@
buildGoModule (finalAttrs: {
pname = "talosctl";
version = "1.13.7";
version = "1.13.8";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
tag = "v${finalAttrs.version}";
hash = "sha256-KT8ln7i3YkNS8GzMeNo+7ENXL5jAc+ZgyVL+7Ke4NDE=";
hash = "sha256-uwcB0ibDLE1zDU9dCgh9THkcrmsAMwA93+Ihh7Sc4d4=";
};
vendorHash = "sha256-8v4xJT4HfE3tTFPPxXeqKMHNE/kKUVGE73flW17zXKM=";
vendorHash = "sha256-zQwvnfirUeN5w1FQu1wSR3pa9LJ3nurIliUVdZDCr8g=";
postPatch = lib.optionalString withQemu ''
substituteInPlace pkg/provision/providers/qemu/arch.go \