From 0d3ad19c1fdfb7e4882fbbfefb33e888f71fa152 Mon Sep 17 00:00:00 2001 From: Alex TYRODE Date: Sun, 26 Jul 2026 15:07:20 +0000 Subject: [PATCH] chore(nix): pin code v0.4.10 --- nix/code.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/code.nix b/nix/code.nix index 29f4a2e..d86cb30 100644 --- a/nix/code.nix +++ b/nix/code.nix @@ -8,23 +8,23 @@ # any platform). Version + hashes are repointed after each release by # scripts/bump-flake-pin.sh. let - version = "0.4.9"; + version = "0.4.10"; sources = { "x86_64-linux" = { asset = "code-linux-amd64"; - hash = "sha256-cDjxImFmmEXTCZP1nMEB5SZ9WNT00o2TbYJ8sxdWtF0="; + hash = "sha256-9KcO9F1PK8f00LxviUCvfSV8VpfvRE8te8Q69fvxWcg="; }; "aarch64-linux" = { asset = "code-linux-arm64"; - hash = "sha256-LXzk7w7/oT888T1VjJAqoKSjvknjXN4/PlU3O8sHlBY="; + hash = "sha256-qJ2iaCzBcc98sVqmWGy8UebWxnmU6SJkLeIggQjU6jA="; }; "x86_64-darwin" = { asset = "code-darwin-amd64"; - hash = "sha256-nLbqppIWCIgPtHaD8oDzJusCNnlLF8yf9TydG2Xo58I="; + hash = "sha256-YGNYdr9oLzTjSnYhgCc+QLY3DkUzOjuAxBTtfAktC3E="; }; "aarch64-darwin" = { asset = "code-darwin-arm64"; - hash = "sha256-GCm7nFmi99aJf6gCPfdtxLfbFz7KlkIW+VRzMzYAsks="; + hash = "sha256-/n2bOula2ANDg/KAz3QhztImHjgfZQnjdx0PFESkYUU="; }; }; source =