Unverified Commit 2c389ab1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #317825 from Defelo/uiua

uiua: 0.11.0 -> 0.11.1
parents 99e28356 848dab7b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "uiua";
  version = "0.11.0";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "uiua-lang";
    repo = "uiua";
    rev = version;
    hash = "sha256-zSSUXJtIyVUUo2g1DTdnUCbCqtelphYRRLaJXbQBgIw=";
    hash = "sha256-bK5Z6aoyZti46GLulpdxGPxHM+EfEVQgeAUY6fRc7YY=";
  };

  cargoHash = "sha256-1J8Z6gmn1d4v15q9Jrp5usY2MTQDdexaa89PY3lTDxw=";
  cargoHash = "sha256-iq5V+FGOcK2opmA4ot0KF9ZToYWC82gRsRyVqftuFPA=";

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