Skip to content

Commit 6931d93

Browse files
authored
vscodium: 1.99.32846 -> 1.100.03093 (#406381)
2 parents aa1d225 + 6a2dec8 commit 6931d93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/applications/editors/vscode/vscodium.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ let
2626

2727
hash =
2828
{
29-
x86_64-linux = "sha256-C1v6M3gliVm4iufKjAWNJgiJ2K2cIrIqvYqtsX/fyAQ=";
30-
x86_64-darwin = "sha256-/0uFfMQa78joIQ2CogAddBnXmo4wpnh47Y0glJ7vWJg=";
31-
aarch64-linux = "sha256-v2GLRrvQVFBlTkGi/teA+bpJYJIdZVNmjTS8oXjhF1c=";
32-
aarch64-darwin = "sha256-qFJYQpOCDlwQO7Dy6P1hm/9yE3LACpF6PYOLK1kNzDs=";
33-
armv7l-linux = "sha256-g/fWf17WWtAd8TKbZGWvGGiy0qTicEE9m5bFteLvswo=";
29+
x86_64-linux = "sha256-BueYe1tl1IRQdXLkPNCmTzF/BYX+i7j3XK2JufsJ/gk=";
30+
x86_64-darwin = "sha256-l0eiuq2SoNj14pDtF4myFySTXHEvXKLN/cO0fEa1nko=";
31+
aarch64-linux = "sha256-jE10O+HmdF092XTAhVGc3pwfmXzwB5XpyogDyf1oyos=";
32+
aarch64-darwin = "sha256-EDFcyeraRGjGylTOdahmkgUvKwzOhAr+iCIC2QLvPqU=";
33+
armv7l-linux = "sha256-2YYTPxLaRSNvS6iFPxWfILvH14jmBgKa94C+jDw7SSI=";
3434
}
3535
.${system} or throwSystem;
3636

@@ -41,7 +41,7 @@ callPackage ./generic.nix rec {
4141

4242
# Please backport all compatible updates to the stable release.
4343
# This is important for the extension ecosystem.
44-
version = "1.99.32846";
44+
version = "1.100.03093";
4545
pname = "vscodium";
4646

4747
executableName = "codium";

0 commit comments

Comments
 (0)