Unverified Commit ea650298 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #335198 from Defelo/uiua

uiua: 0.11.1 -> 0.12.2
parents dcfd4845 c2ee7e7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4832,8 +4832,8 @@ let
        mktplcRef = {
          name = "uiua-vscode";
          publisher = "uiua-lang";
          version = "0.0.44";
          hash = "sha256-lumK7gcj/NIhiZKT6F++ZsTFKWw7ZVaKZgIsQvZAGs4=";
          version = "0.0.52";
          hash = "sha256-zFtu3AYnDxb/aMtkpiaItQtwLpynTVbSRGuqKv3SueM=";
        };
        meta = {
          description = "VSCode language extension for Uiua";
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "uiua";
  version = "0.11.1";
  version = "0.12.2";

  src = fetchFromGitHub {
    owner = "uiua-lang";
    repo = "uiua";
    rev = version;
    hash = "sha256-bK5Z6aoyZti46GLulpdxGPxHM+EfEVQgeAUY6fRc7YY=";
    hash = "sha256-w/eB9EN3IrEDdwbMqj2w5YAZK/BImA/Xq2k9oRng7Zk=";
  };

  cargoHash = "sha256-iq5V+FGOcK2opmA4ot0KF9ZToYWC82gRsRyVqftuFPA=";
  cargoHash = "sha256-/DO/jkYaInoO0nMfflDuu7E08gk9D89m9ubeubHdvd8=";

  nativeBuildInputs =
    lib.optionals stdenv.isDarwin [ rustPlatform.bindgenHook ]