File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
applications/editors/vscode/extensions Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4904,8 +4904,8 @@ let
49044904 mktplcRef = {
49054905 name = "uiua-vscode" ;
49064906 publisher = "uiua-lang" ;
4907- version = "0.0.54 " ;
4908- hash = "sha256-oY8z3q4LOLhiTttm9Rtcy/CnhaSHkjyCBjwqYnuNBQA =" ;
4907+ version = "0.0.56 " ;
4908+ hash = "sha256-4uze2hmTV8sNDSdlvwLf1Z/4dGn4pda0mT0FCg/xWqM =" ;
49094909 } ;
49104910 meta = {
49114911 description = "VSCode language extension for Uiua" ;
Original file line number Diff line number Diff line change 2020in
2121rustPlatform . buildRustPackage rec {
2222 pname = "uiua" ;
23- version = "0.13.0-dev.1 " ;
23+ version = "0.13.0" ;
2424
2525 src = fetchFromGitHub {
2626 owner = "uiua-lang" ;
2727 repo = "uiua" ;
2828 rev = version ;
29- hash = "sha256-dwiwv24bhn8/WVxrq8uReEPhU/5zn3oaH/AMjNJiA4M =" ;
29+ hash = "sha256-5IqJ/lvozXzc7LRUzxpG04M3Nir+3h+GoL7dqTgC9J8 =" ;
3030 } ;
3131
32- cargoHash = "sha256-4XHKcmOeaeSGfl7uvQQdhm29DBWEdZLX021d9+Ebrww =" ;
32+ cargoHash = "sha256-0hbE2ZH7daw/VQLe51CxOIborABDF0x00kTyx9NCs9g =" ;
3333
3434 nativeBuildInputs =
3535 lib . optionals ( webcamSupport || stdenv . hostPlatform . isDarwin ) [ rustPlatform . bindgenHook ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ stdenvNoCC.mkDerivation {
88 installPhase = ''
99 runHook preInstall
1010
11- install -Dm444 -t $out/share/fonts/truetype ./site /Uiua386.ttf
11+ install -Dm444 -t $out/share/fonts/truetype ./src/algorithm /Uiua386.ttf
1212
1313 runHook postInstall
1414 '' ;
You can’t perform that action at this time.
0 commit comments