Skip to content

Commit 533d4aa

Browse files
authored
foundry: 1.2.1 -> 1.3.0 (#631)
* foundry: 1.2.1 -> 1.3.0 * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs-unstable': 'github:nixos/nixpkgs/f0d925b947cca0bbe7f2d25115cbaf021844aba7?narHash=sha256-8TpwOtr0T016HNlVuDcDNq4q%2BGMKfLStOSwdabrz%2Brk%3D' (2025-05-21) → 'github:nixos/nixpkgs/f937f8ecd1c70efd7e9f90ba13dfb400cf559de4?narHash=sha256-4/Jd%2BLkQ2ssw8luQVkqVs9spDBVE6h/u/hC/tzngsPo%3D' (2025-08-22) * foundry: fix darwin build
1 parent 72c11cd commit 533d4aa

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/fo/foundry/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
rustPlatform.buildRustPackage rec {
1313
pname = "foundry";
14-
version = "1.2.1";
14+
version = "1.3.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "foundry-rs";
1818
repo = "foundry";
1919
rev = "v${version}";
20-
hash = "sha256-oTeG1HwqLfPAq5e1V4W9YeyQaJ9jFNolfw4+oyHwZFY=";
20+
hash = "sha256-YMeGTPx3kqQ9CKFiH7rUEYzK0BCPksC1XIGfOj5MVd0=";
2121
};
2222

2323
cargoLock = {
@@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
4343
];
4444

4545
buildInputs = lib.optionals stdenv.isDarwin [
46-
darwin.apple_sdk.frameworks.AppKit
4746
libusb1
4847
];
4948

0 commit comments

Comments
 (0)