From 1c82171927b5150f1a77e6248e20c37bd09cfa43 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 17 Dec 2024 11:48:38 -0600 Subject: [PATCH 1/2] vscodium: 1.95.3.24321 -> 1.96.0.24347 Release notes: https://github.com/VSCodium/vscodium/releases/tag/1.96.0.24347 --- pkgs/applications/editors/vscode/update-vscodium.sh | 2 +- pkgs/applications/editors/vscode/vscodium.nix | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/applications/editors/vscode/update-vscodium.sh b/pkgs/applications/editors/vscode/update-vscodium.sh index d5f2c4bf641b..97df46d4807d 100755 --- a/pkgs/applications/editors/vscode/update-vscodium.sh +++ b/pkgs/applications/editors/vscode/update-vscodium.sh @@ -21,7 +21,7 @@ update_vscodium () { ARCHIVE_FMT=$4 VSCODIUM_URL="https://github.com/VSCodium/vscodium/releases/download/${VSCODIUM_VER}/VSCodium-${ARCH}-${VSCODIUM_VER}.${ARCHIVE_FMT}" VSCODIUM_SHA256=$(nix-prefetch-url ${VSCODIUM_URL}) - sed -i "s/${ARCH_LONG} = \"[0-9a-fA-F]\{40,64\}\"/${ARCH_LONG} = \"${VSCODIUM_SHA256}\"/" "$ROOT/vscodium.nix" + sed -i "s/${ARCH_LONG} = \"[0-9a-zA-Z]\{40,64\}\"/${ARCH_LONG} = \"${VSCODIUM_SHA256}\"/" "$ROOT/vscodium.nix" } # VSCodium diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix index de083f67a7d9..6e9333c57731 100644 --- a/pkgs/applications/editors/vscode/vscodium.nix +++ b/pkgs/applications/editors/vscode/vscodium.nix @@ -26,11 +26,11 @@ let sha256 = { - x86_64-linux = "0948jbnhjra09bvf9acrl6b2dp1xar5ajahmzy0cwf6dbidfms5y"; - x86_64-darwin = "1a8ga66526lfy2xrgshhizmidp8aaiwvpr38rvhsx0hqb4vmm0hy"; - aarch64-linux = "08la7kbb6myf9iz23p60vd00mrmhnizw8dgh54gb0msh8wbasidq"; - aarch64-darwin = "01z1dx77briqzhfx45c2f2np78r11b5xm92smi9idivbsia800i3"; - armv7l-linux = "0h3f9sy7d4ylk0ay63adhnz9s7jlpwlf3x831v8pygzm2r7k9zgc"; + x86_64-linux = "18fnrl3f2il4igh9l5c8xahqj3gcirv0xf1g9ww0al8jvkhzaayf"; + x86_64-darwin = "1a02ax4manmc287gxi94jkkgqmbfb74akn4sgj0456sgpg1p8j04"; + aarch64-linux = "169635ncv1fmh1yxkg37kgr52qzcl2rna3clcjbk02v1kgvsb5w7"; + aarch64-darwin = "1zn740d0zav26mgq8kz4m90r0zhi42vmk60lhwbqwjbjjj0fwfvk"; + armv7l-linux = "0x80qcgava2m85305h2zc48ql6gsrds6f7yarw24r1ly81y3489a"; } .${system} or throwSystem; @@ -41,7 +41,7 @@ callPackage ./generic.nix rec { # Please backport all compatible updates to the stable release. # This is important for the extension ecosystem. - version = "1.95.3.24321"; + version = "1.96.0.24347"; pname = "vscodium"; executableName = "codium"; From 1b5533a6371eb92db3496c130b668a6670ec7b96 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 18 Dec 2024 12:44:37 +0000 Subject: [PATCH 2/2] vscodium: 1.96.0.24347 -> 1.96.0.24352 Release notes: https://github.com/VSCodium/vscodium/releases/tag/1.96.0.24352 --- pkgs/applications/editors/vscode/vscodium.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix index 6e9333c57731..8127649069fe 100644 --- a/pkgs/applications/editors/vscode/vscodium.nix +++ b/pkgs/applications/editors/vscode/vscodium.nix @@ -26,11 +26,11 @@ let sha256 = { - x86_64-linux = "18fnrl3f2il4igh9l5c8xahqj3gcirv0xf1g9ww0al8jvkhzaayf"; - x86_64-darwin = "1a02ax4manmc287gxi94jkkgqmbfb74akn4sgj0456sgpg1p8j04"; - aarch64-linux = "169635ncv1fmh1yxkg37kgr52qzcl2rna3clcjbk02v1kgvsb5w7"; - aarch64-darwin = "1zn740d0zav26mgq8kz4m90r0zhi42vmk60lhwbqwjbjjj0fwfvk"; - armv7l-linux = "0x80qcgava2m85305h2zc48ql6gsrds6f7yarw24r1ly81y3489a"; + x86_64-linux = "1wacrg97dkjhcg11nzhs1v7fcgbf3mvi2n6h840cqafq50qv3qyv"; + x86_64-darwin = "0i7skffr3zm709iwvndfsckv00y9zkp19zb2byij1zmqp4nmwl2h"; + aarch64-linux = "1rrpi0ixgr6brp7hik31f5kjhx423zfkbckbxcqh5h8nfz2av380"; + aarch64-darwin = "05av2yd5dj7r3pyi6k4v4lh3vrngxnzmkh3y4f9x3rrbmbpfhrfy"; + armv7l-linux = "0dkib4chdxd01g84bk44ida12axvbri976qi5nind5dmn47lp0p8"; } .${system} or throwSystem; @@ -41,7 +41,7 @@ callPackage ./generic.nix rec { # Please backport all compatible updates to the stable release. # This is important for the extension ecosystem. - version = "1.96.0.24347"; + version = "1.96.0.24352"; pname = "vscodium"; executableName = "codium";