Unverified Commit a3ce0453 authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

uiua: 0.13.0-dev.1 -> 0.13.0 (#350786)

parents 04348a78 1e90a8d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4904,8 +4904,8 @@ let
        mktplcRef = {
          name = "uiua-vscode";
          publisher = "uiua-lang";
          version = "0.0.54";
          hash = "sha256-oY8z3q4LOLhiTttm9Rtcy/CnhaSHkjyCBjwqYnuNBQA=";
          version = "0.0.56";
          hash = "sha256-4uze2hmTV8sNDSdlvwLf1Z/4dGn4pda0mT0FCg/xWqM=";
        };
        meta = {
          description = "VSCode language extension for Uiua";
+3 −3
Original line number Diff line number Diff line
@@ -20,16 +20,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "uiua";
  version = "0.13.0-dev.1";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "uiua-lang";
    repo = "uiua";
    rev = version;
    hash = "sha256-dwiwv24bhn8/WVxrq8uReEPhU/5zn3oaH/AMjNJiA4M=";
    hash = "sha256-5IqJ/lvozXzc7LRUzxpG04M3Nir+3h+GoL7dqTgC9J8=";
  };

  cargoHash = "sha256-4XHKcmOeaeSGfl7uvQQdhm29DBWEdZLX021d9+Ebrww=";
  cargoHash = "sha256-0hbE2ZH7daw/VQLe51CxOIborABDF0x00kTyx9NCs9g=";

  nativeBuildInputs =
    lib.optionals (webcamSupport || stdenv.hostPlatform.isDarwin) [ rustPlatform.bindgenHook ]
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ stdenvNoCC.mkDerivation {
  installPhase = ''
    runHook preInstall

    install -Dm444 -t $out/share/fonts/truetype ./site/Uiua386.ttf
    install -Dm444 -t $out/share/fonts/truetype ./src/algorithm/Uiua386.ttf

    runHook postInstall
  '';