mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
uiua: 0.0.21 -> 0.0.22
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
33750c3595
commit
1530a12dce
@ -14,16 +14,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "uiua";
|
pname = "uiua";
|
||||||
version = "0.0.21";
|
version = "0.0.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uiua-lang";
|
owner = "uiua-lang";
|
||||||
repo = "uiua";
|
repo = "uiua";
|
||||||
rev = "refs/tags/${version}";
|
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 [
|
nativeBuildInputs = lib.optionals stdenv.isDarwin [
|
||||||
rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
|
Loading…
Reference in New Issue
Block a user