Skip to content

Commit a3ce045

Browse files
authored
uiua: 0.13.0-dev.1 -> 0.13.0 (#350786)
2 parents 04348a7 + 1e90a8d commit a3ce045

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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";

pkgs/by-name/ui/uiua/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ let
2020
in
2121
rustPlatform.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 ]

pkgs/by-name/ui/uiua386/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
'';

0 commit comments

Comments
 (0)