uiua,uiua-unstable: useFetchCargoVendor (#376519)

This commit is contained in:
Christina Sørensen
2025-01-25 11:23:46 +01:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ lib.fix (
rustPlatform.buildRustPackage rec {
pname = "uiua";
inherit (versionInfo) version cargoHash;
useFetchCargoVendor = true;
src = fetchFromGitHub {
owner = "uiua-lang";
+1 -1
View File
@@ -2,6 +2,6 @@ rec {
version = "0.14.1";
tag = version;
hash = "sha256-+FiJYxB2Lb1B7l9QEuB/XzdEYgJZmYAQpKimRIhWwhc=";
cargoHash = "sha256-0ZK87aX3akEPEXIsFrbOvTfhW24TZCuCcSVp+j8ylyg=";
cargoHash = "sha256-bDj7pvZORP1cc2PXd1W9TWptWCvIKW9TXzaQAmni6hg=";
updateScript = ./update-stable.sh;
}
+1 -1
View File
@@ -2,6 +2,6 @@ rec {
version = "0.14.1";
tag = version;
hash = "sha256-+FiJYxB2Lb1B7l9QEuB/XzdEYgJZmYAQpKimRIhWwhc=";
cargoHash = "sha256-0ZK87aX3akEPEXIsFrbOvTfhW24TZCuCcSVp+j8ylyg=";
cargoHash = "sha256-bDj7pvZORP1cc2PXd1W9TWptWCvIKW9TXzaQAmni6hg=";
updateScript = ./update-unstable.sh;
}