uiua: 0.10.0 -> 0.10.1

This commit is contained in:
TomaSajt 2024-04-07 22:34:22 +02:00
parent abe66e20fb
commit da155d700d
No known key found for this signature in database
GPG Key ID: F011163C050122A1
1 changed files with 3 additions and 3 deletions

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "uiua";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "uiua-lang";
repo = "uiua";
rev = version;
hash = "sha256-fiMTLdJqyZEC9LEbVYCnN5WncLxjpXmxCXSd0ZMvHNY=";
hash = "sha256-gHEv8o1reKh7FfPQ2vettGy1Mvl6iVAoh6YL06iVFHs=";
};
cargoHash = "sha256-L8hA6s+/IJeH+6d6ZvHhgne5NsN6QBqZJSAfaVnwBYQ=";
cargoHash = "sha256-bUwwHdhZD7ga+u1VNBfR5nEEnHrCXV6kcQgdOL10hGM=";
nativeBuildInputs = lib.optionals stdenv.isDarwin [
rustPlatform.bindgenHook