Unverified Commit 25a14e6b authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

uiua,uiua-unstable: useFetchCargoVendor (#376519)

parents a3f61216 a85d8f5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ lib.fix (
  rustPlatform.buildRustPackage rec {
    pname = "uiua";
    inherit (versionInfo) version cargoHash;
    useFetchCargoVendor = true;

    src = fetchFromGitHub {
      owner = "uiua-lang";
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
}