diff --git a/nix/code.nix b/nix/code.nix index aaae760..39d027e 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.7"; + version = "0.4.8"; sources = { "x86_64-linux" = { asset = "code-linux-amd64"; - hash = "sha256-EM848E6RPkqt2Qf2hgdmLG4F1hb3MN8WTohzozubcIo="; + hash = "sha256-4mQmbA0PlckIINfxZOEZri42y/1EL5UBCr0iFrXwXgk="; }; "aarch64-linux" = { asset = "code-linux-arm64"; - hash = "sha256-S8NfHmcmw9GogJ+Gf7lpIzJS8pJwYNWyRBY2RQI6Gkw="; + hash = "sha256-YOw3+myUheiMMh3Rc4ftUEe2VFNyrPd151P732TwdA8="; }; "x86_64-darwin" = { asset = "code-darwin-amd64"; - hash = "sha256-xNg8U+97wqW4y95aJgBYSr+McXAdnc9ovd9H1UMQuKs="; + hash = "sha256-YrhlHTCwnOQZsXrtUDzzB+mvCGTcQa58vd2Z+Ka036A="; }; "aarch64-darwin" = { asset = "code-darwin-arm64"; - hash = "sha256-QQWQqNxwqaG9TK9yx+UQHk/yLUD00AetHgmL19YkFQA="; + hash = "sha256-nhsfc6SMVSydyTui/Sm135P2bWy/uRvJtOnBdc0TKxU="; }; }; source =