2424
2525 archive_fmt = if stdenv . hostPlatform . isDarwin then "zip" else "tar.gz" ;
2626
27- sha256 =
27+ hash =
2828 {
29- x86_64-linux = "14x7f1i5w8q40mbyc77nfw0kgccgfpzp3jg1r77lj307b8vlh0ma " ;
30- x86_64-darwin = "1ma207pyhkn66hyswjhqpsm5n2180n5mclhw21ikd9jg4n63nwqs " ;
31- aarch64-linux = "1qhx99s8n28lfs5fjl924qx04za4jqs7n286qz0izm9lhcdbdbid " ;
32- aarch64-darwin = "1dm4l6crm79i16f3bs6m5v5icxsgzbwcmp4c66wcpnvzyqfqwz64 " ;
33- armv7l-linux = "1fp5bw8qkkzi9d9ifkfchidkgrad1kjl7hkwpgy5sdgvi49sbw8l " ;
29+ x86_64-linux = "sha256-HzNK7/Y5PrFYNYtlfBqqq3ECRDbQVK83Xq7WnG1WYYI= " ;
30+ x86_64-darwin = "sha256-w+nUsvlo/rsslw6Mn3npPaCwYW42YZ3Ku5QhXYhaHJ8= " ;
31+ aarch64-linux = "sha256-0l1i76yPfn/kaj8vvsQ8Pzx77Bxqjm5ZCYMsB6gYrcU= " ;
32+ aarch64-darwin = "sha256-yDXacWuhhMxfJn6KI51zThet6FUYY7pKfznpeZYg9fw= " ;
33+ armv7l-linux = "sha256-F1ox+G1fMoLoAcBoydizWjkudg17j8JnQ63RzeWwi6o= " ;
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.97.2.25045 " ;
44+ version = "1.98.0.25067 " ;
4545 pname = "vscodium" ;
4646
4747 executableName = "codium" ;
@@ -50,7 +50,7 @@ callPackage ./generic.nix rec {
5050
5151 src = fetchurl {
5252 url = "https://github.com/VSCodium/vscodium/releases/download/${ version } /VSCodium-${ plat } -${ version } .${ archive_fmt } " ;
53- inherit sha256 ;
53+ inherit hash ;
5454 } ;
5555
5656 tests = nixosTests . vscodium ;
@@ -62,7 +62,7 @@ callPackage ./generic.nix rec {
6262 # See https://eclecticlight.co/2022/06/17/app-security-changes-coming-in-ventura/ for more information.
6363 dontFixup = stdenv . hostPlatform . isDarwin ;
6464
65- meta = with lib ; {
65+ meta = {
6666 description = ''
6767 Open source source code editor developed by Microsoft for Windows,
6868 Linux and macOS (VS Code without MS branding/telemetry/licensing)
@@ -76,9 +76,9 @@ callPackage ./generic.nix rec {
7676 '' ;
7777 homepage = "https://github.com/VSCodium/vscodium" ;
7878 downloadPage = "https://github.com/VSCodium/vscodium/releases" ;
79- license = licenses . mit ;
80- sourceProvenance = with sourceTypes ; [ binaryNativeCode ] ;
81- maintainers = with maintainers ; [
79+ license = lib . licenses . mit ;
80+ sourceProvenance = with lib . sourceTypes ; [ binaryNativeCode ] ;
81+ maintainers = with lib . maintainers ; [
8282 synthetica
8383 bobby285271
8484 ludovicopiero
0 commit comments