uiua: 0.4.1 -> 0.5.1

This commit is contained in:
Defelo 2023-12-03 06:25:54 +01:00
parent e61cf890d6
commit f58eceb3ac
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "uiua";
version = "0.4.1";
version = "0.5.1";
src = fetchFromGitHub {
owner = "uiua-lang";
repo = "uiua";
rev = version;
hash = "sha256-a5KSB2i7xg1b6aaNhdlU171wZ1REmFUtnsCWsKIHFGE=";
hash = "sha256-xDHr3U+Lc/C2L7jER2VqJvvw9mxCkDzO+K8tzC4Fw2A=";
};
cargoHash = "sha256-5ogQI2J9JxoUKCqDrLCsop/3WSwtKqL+CG1ASN/BUSc=";
cargoHash = "sha256-9xjTXQJVGIvdx+SfJGPVa5Ax9wvS4Fms7blxAVrt6IY=";
nativeBuildInputs = lib.optionals stdenv.isDarwin [
rustPlatform.bindgenHook