nixpkgs: fix moby cross compilation

This commit is contained in:
2025-04-22 16:43:39 +00:00
parent f3b16d33d6
commit 4cf73cc03a
3 changed files with 13 additions and 6 deletions

View File

@@ -29,6 +29,13 @@ let
); );
in in
[ [
(fetchpatch' {
# merged 2025-04-22
name = "clapper-unwrapped: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/400877";
hash = "sha256-4tS+JVQmEKbcwT+T4rd1Q5GJyrZA39LoSFRDjy6IyZI=";
})
(fetchpatch' { (fetchpatch' {
name = "blueprint-compiler: wrap with required dependencies"; name = "blueprint-compiler: wrap with required dependencies";
prUrl = "https://github.com/NixOS/nixpkgs/pull/400415"; prUrl = "https://github.com/NixOS/nixpkgs/pull/400415";

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {}, mkNixpkgs ? import ./mkNixpkgs.nix {},
}: }:
mkNixpkgs { mkNixpkgs {
rev = "770b1e8b708f416a40f5d6de445f1523357a1221"; rev = "fc0d915e0e41f54f44f2896e115245ca3fc47ac3";
sha256 = "sha256-qtTHAUM+MOIyM/0wBrifYYrJA6UykqMXSCMDFhvAHek="; sha256 = "sha256-yoeOfqOmYYmldjaP7WiJ+XXiMHekAQ80klcG9jBVwAA=";
version = "0-unstable-2025-04-21"; version = "0-unstable-2025-04-22";
branch = "staging-next"; branch = "staging-next";
} }

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {}, mkNixpkgs ? import ./mkNixpkgs.nix {},
}: }:
mkNixpkgs { mkNixpkgs {
rev = "c26d4adf7cab1822703646e4d393c995bc80d903"; rev = "49e3c7d54c21ad2d022ac6e2a8c353e410a7b3ee";
sha256 = "sha256-rBpWbI27oOBoj7NAbsXcg+rvap02veN7UsczueitNkY="; sha256 = "sha256-AURN860YcL49nUKCYvkEs3d47klZ0//SimCaJ7eNOec=";
version = "0-unstable-2025-04-21"; version = "0-unstable-2025-04-22";
branch = "staging"; branch = "staging";
} }