File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 4242 python = pkgs . python313Full ;
4343 pypkgs = pkgs . python313Packages ;
4444 } )
45- ( import ./python-base {
46- python = pkgs . python314Full ;
47- pypkgs = pkgs . python314Packages ;
48- } )
4945 ( import ./python-with-prybar )
5046
5147 ( import ./pyright-extended {
7369 nodejs = pkgs-24_11 . nodejs-18_x ;
7470 } )
7571
76- ( import ./go {
77- go = pkgs . go_1_23 ;
78- gopls = pkgs . gopls . override {
79- buildGoLatestModule = pkgs . buildGo123Module ;
80- } ;
81- } )
8272 ( import ./go {
8373 go = pkgs . go_1_24 ;
8474 gopls = pkgs . gopls . override {
127117 ruby_3_2_2 = pkgs . mkRuby {
128118 version = pkgs . mkRubyVersion "3" "2" "2" "" ;
129119 hash = "sha256-lsV1WIcaZ0jeW8nydOk/S1qtBs2PN776Do2U57ikI7w=" ;
130- cargoHash = "sha256-6du7RJo0DH+eYMOoh3L31F3aqfR5+iG1iKauSV1uNcQ =" ;
120+ cargoHash = "sha256-CMVx5/+ugDNEuLAvyPN0nGHwQw6RXyfRsMO9I+kyZpk =" ;
131121 } ;
132122 rubyPackages_3_2_2 = pkgs . lib . attrsets . recurseIntoAttrs ruby_3_2_2 . gems ;
133123 in
Original file line number Diff line number Diff line change 1414 hash = "sha256-1GYmZZlFaa1w3zFfSlM7o4PXwjfKH3YnZbGWzBnobM4=" ;
1515 } ;
1616
17- cargoHash = "sha256-WmMdWMfg68i/AuR1pezUHf5yA7h2oMoMJDTDjwfIvng =" ;
17+ cargoHash = "sha256-ejqrzSam1kuMRYQKV6O/LYTkik3XoO0HDth9N9YqrSI =" ;
1818 buildFeatures = [ "lsp" ] ;
1919 } ;
2020
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage {
1313 name = "stderred" ;
1414 } ;
1515
16- cargoHash = "sha256-Fc5ZP/ARqcNdwU5t/xarhsEglbYCNo2XVsJjdHT+/DA =" ;
16+ cargoHash = "sha256-n6rGDpkkPwBB6BV97DXrL3NZnCa71YgAGXEI5bymbLw =" ;
1717
1818 nativeBuildInputs = [ makeWrapper ] ;
1919
Original file line number Diff line number Diff line change 1919 "elixir-1_16" = "elixir-1_17" ;
2020 "elixir-1_17" = "elixir-1_18" ;
2121 "go" = "go-1.19" ;
22+ "go-1.23" = "go-1.24" ;
2223 "r-4.3" = "r-4.4" ;
2324 "r-4.4" = "r-4.5" ;
2425 "rust" = "rust-1.69" ;
You can’t perform that action at this time.
0 commit comments