uiua: 0.0.21 -> 0.0.22

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-22 15:43:44 +02:00
parent 33750c3595
commit 1530a12dce
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "uiua";
version = "0.0.21";
version = "0.0.22";
src = fetchFromGitHub {
owner = "uiua-lang";
repo = "uiua";
rev = "refs/tags/${version}";
hash = "sha256-USf1yZ0Gr9uhMgi3r9wR7EXU3ZrIKDJ/XXq75zypRMg=";
hash = "sha256-x1xZH+AVJqnvwxgBgcVB5LvDb54C+HnPBCTIqZ8Dv7E=";
};
cargoHash = "sha256-UIY9QzkBhb96VvkIcvToolWdgrgSIVikKZPFZ28Azho=";
cargoHash = "sha256-gY+KeE2ATsCydpxcRoLtRDeyEvOGv7+I0SskLq8b9rw=";
nativeBuildInputs = lib.optionals stdenv.isDarwin [
rustPlatform.bindgenHook