From 5027f85d2c4238cc92e2ecf09814bc54c5812bb2 Mon Sep 17 00:00:00 2001 From: Alex TYRODE Date: Sat, 22 Aug 2026 15:34:01 +0000 Subject: [PATCH] chore(nix): pin code v0.4.15 --- nix/code.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/code.nix b/nix/code.nix index 9ce9186..8443d72 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.14"; + version = "0.4.15"; sources = { "x86_64-linux" = { asset = "code-linux-amd64"; - hash = "sha256-FKmfe87DaXQLtHJPe2H5piB/qzmqi6TUhsk8z0sRrwE="; + hash = "sha256-JwiBdZNcv/JN6xolUQZDchDhWn+E5Sbtcsvo1gkFnuU="; }; "aarch64-linux" = { asset = "code-linux-arm64"; - hash = "sha256-PhczcCk63Jtz0N92fZLZQHpwLNhnoV3q6CDQ+ncHGiM="; + hash = "sha256-wVrV7ohqm9cyAVDH7EZoOjtqbGiSa/VcA2XtQ5Ns8E4="; }; "x86_64-darwin" = { asset = "code-darwin-amd64"; - hash = "sha256-joWH4hwMygxIEBBsk+Mz7rWCcaJpnHWYWn2HLo3cNx4="; + hash = "sha256-Kvi6Feky+m9+fx1+ugz7HrR1CfiNcoOcYdaaJUS2Tb8="; }; "aarch64-darwin" = { asset = "code-darwin-arm64"; - hash = "sha256-rheCCVNcDSaxg2uAZpcfRnHS6faL3CmE8HD7zifjdi4="; + hash = "sha256-kLR9ygbw/q6xqiziuXsrZ7PJramzkqHyGahLUXg5CtY="; }; }; source =