uiua: 0.0.23 -> 0.0.25

This commit is contained in:
TomaSajt 2023-10-30 23:47:20 +01:00
parent 83dbda68a8
commit d3e9f4ecd6
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "uiua";
version = "0.0.23";
version = "0.0.25";
src = fetchFromGitHub {
owner = "uiua-lang";
repo = "uiua";
rev = version;
hash = "sha256-+Q/dn0pGZ3R+UlAt9stQZU1n+WITujJzTxY5dpXc+Bc=";
hash = "sha256-3ALtWcHLkwu+ddZfYMTtAPM9fQI4ceF0KG1jxozi3EQ=";
};
cargoHash = "sha256-R4jQ9Or9vh3dtqJH7nPvYM4o1h277sFUf+nC1VQl1Uk=";
cargoHash = "sha256-2qlvAZCKBZlkM7EYceITx1Py1/9F0dS2xorpCtKGi9I=";
nativeBuildInputs = lib.optionals stdenv.isDarwin [
rustPlatform.bindgenHook