From ab431d8228018174b641cf06da01d95e8b9b9908 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 3 Oct 2023 01:11:37 +0100 Subject: [PATCH] fix(vscodium): extension hashes --- flake.nix | 2 +- home/ash/vscodium.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7c753ef..f9e123d 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ fsh.homeModules.fsh ./home/ash ./home/ash/desktop.nix - # ./home/ash/vscodium.nix + ./home/ash/vscodium.nix ]; }; } diff --git a/home/ash/vscodium.nix b/home/ash/vscodium.nix index b316bf1..af4045e 100644 --- a/home/ash/vscodium.nix +++ b/home/ash/vscodium.nix @@ -48,7 +48,7 @@ name = "rust-analyzer"; publisher = "rust-lang"; version = "0.4.1679"; - sha256 = "sha256-MqaYZSU80MrNHGP8Tfj9Ky8DhCtRgajeVivjMGtvnS8="; + sha256 = "sha256-AlYyJ5QOx31O+geR+hAodx6pXQFJSH2tWuK+5rD7xOw="; } { name = "svelte-vscode"; @@ -60,7 +60,7 @@ name = "ruby-lsp"; publisher = "Shopify"; version = "0.4.8"; - sha256 = "sha256-Q7ZZs/81+VrHKs3rpMwMfE3+DOS9bDJaoHEpYHoRqoo="; + sha256 = "sha256-hfv9ndpQs7hFJixsqp9naWIQNPxmGPQG6MxC4wlPqcA="; } { name = "wgsl";