From 07f6b35bb7cee9312b83c8b43da443b527c8af7b Mon Sep 17 00:00:00 2001 From: Alex TYRODE Date: Sat, 22 Aug 2026 16:37:19 +0000 Subject: [PATCH] chore(nix): pin code v0.5.0 --- nix/code.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/code.nix b/nix/code.nix index 8443d72..06f4a69 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.15"; + version = "0.5.0"; sources = { "x86_64-linux" = { asset = "code-linux-amd64"; - hash = "sha256-JwiBdZNcv/JN6xolUQZDchDhWn+E5Sbtcsvo1gkFnuU="; + hash = "sha256-0VjZuKp2QxgmjqcPdRs7tbinhxfMvwxJYKcSDGdRJOE="; }; "aarch64-linux" = { asset = "code-linux-arm64"; - hash = "sha256-wVrV7ohqm9cyAVDH7EZoOjtqbGiSa/VcA2XtQ5Ns8E4="; + hash = "sha256-MzUdLXbt5sGhPvcf9gHDGCXRgC0GmLs8+fRtAK8yxQQ="; }; "x86_64-darwin" = { asset = "code-darwin-amd64"; - hash = "sha256-Kvi6Feky+m9+fx1+ugz7HrR1CfiNcoOcYdaaJUS2Tb8="; + hash = "sha256-J04fezCqgk78mj5oFlKVDV2PISjTN4MEudvprvl+saI="; }; "aarch64-darwin" = { asset = "code-darwin-arm64"; - hash = "sha256-kLR9ygbw/q6xqiziuXsrZ7PJramzkqHyGahLUXg5CtY="; + hash = "sha256-CGQ/uLnnZXeXBdAmTvpuOCsaY2CKbtc5z9waAzQ5QZU="; }; }; source =