Unverified Commit c5821e5d authored by Defelo's avatar Defelo
Browse files

uiua: 0.13.0-dev.1 -> 0.13.0

parent 2399b23c
Loading
Loading
Loading
Loading
+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
  '';