uiua: 0.6.1 -> 0.7.0

This commit is contained in:
TomaSajt 2023-12-16 09:40:51 +01:00
parent 5a836e74a4
commit 670fe328b1
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.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "uiua-lang";
repo = "uiua";
rev = version;
hash = "sha256-/yeLsuwEKw6+jBKd7CAnR9RuVaKwXjVpcvO3v0FaAck=";
hash = "sha256-QQgwUXWro2CQjUsVuaZghNUPwSm1kNr5YgLL3SMgCPw=";
};
cargoHash = "sha256-4tR1n96s91EFZLO4RIBpNKLjOSbGrBIApJrS60RBuQQ=";
cargoHash = "sha256-DaKIzadivG6KGXUVP8LbHhjExY87xwsGESqiWANJxjw=";
nativeBuildInputs = lib.optionals stdenv.isDarwin [
rustPlatform.bindgenHook
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = {
changelog = "https://github.com/uiua-lang/uiua/releases/tag/${src.rev}";
changelog = "https://github.com/uiua-lang/uiua/blob/${src.rev}/changelog.md";
description = "A stack-oriented array programming language with a focus on simplicity, beauty, and tacit code";
longDescription = ''
Uiua combines the stack-oriented and array-oriented paradigms in a single