0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

foundry: 1.2.0 -> 1.2.2 (#412672)

This commit is contained in:
Moritz Sanft 2025-06-01 15:49:28 +02:00 committed by GitHub
commit 6fcee7ffe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "foundry"; pname = "foundry";
version = "1.2.0"; version = "1.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "foundry-rs"; owner = "foundry-rs";
repo = "foundry"; repo = "foundry";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-hHvHnSq6XarfofX0G5RE2hIai2eY8Nf1aqgJ5Z6ZuDg="; hash = "sha256-XZHlBTFmdt4RL/JNGbHDI9XLwDRHoEr3KNCTq5oKexQ=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-spB89RmR6+9L+zo2YOl7fBxcmRdLUELXr8OmUt3waO4="; cargoHash = "sha256-qa8mnLqu1X8Rs5ouxXgAiPxDwuXqSY896SCQl8Me5cU=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config