foundry: 1.0.0 -> 1.1.0

https://github.com/foundry-rs/foundry/releases/tag/v1.1.0

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2025-05-10 14:41:30 +09:00
parent 6a0960ad4b
commit a2e79da76c
+3 -3
View File
@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "foundry";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "foundry-rs";
repo = "foundry";
tag = "v${version}";
hash = "sha256-YTsneUj5OPw7EyKZMFLJJeAtZoD0je1DdmfMjVju4L8=";
hash = "sha256-bFr1mzp1evaCJsVj5H20ShoaGMJ1TPB/91Yd37ZGNsI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-vVRFS7o0zV+ek9ho+URks6peOryMpFCE1sDzN9g7uH0=";
cargoHash = "sha256-v+7sykIVdrzBOkNVnpgUnCUG7SUf2UToq9P539UAOH4=";
nativeBuildInputs = [
pkg-config