nixpkgs: 2025-04-21 -> 2025-04-23

This commit is contained in:
2025-04-23 16:15:18 +00:00
parent 826483d4c2
commit 35a9adeb11
3 changed files with 6 additions and 13 deletions

View File

@@ -8,8 +8,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "b362e0e3eaa24fd0616ca8973550157eb421c2e1";
sha256 = "sha256-XkqDkqndTe3iauIK9F7WZH/VcjdaMLw2wGPA0vGLHcs=";
version = "0-unstable-2025-04-21";
rev = "fd15f0eb3cfa66f56c8188a7f865886e652a16f1";
sha256 = "sha256-rizeOTMhSQ1SDYuuoJzHilsewNA9Mq6DQk/GO8+pfAA=";
version = "0-unstable-2025-04-23";
branch = "master";
}

View File

@@ -29,13 +29,6 @@ let
);
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' {
name = "blueprint-compiler: wrap with required dependencies";
prUrl = "https://github.com/NixOS/nixpkgs/pull/400415";

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "fc0d915e0e41f54f44f2896e115245ca3fc47ac3";
sha256 = "sha256-yoeOfqOmYYmldjaP7WiJ+XXiMHekAQ80klcG9jBVwAA=";
version = "0-unstable-2025-04-22";
rev = "18864fbb484cab61752d045fb7387240b5a7f44c";
sha256 = "sha256-JUH/2dyE0PYnHkHLtkRzv85N2ikcnlwFLHm3orgQuU8=";
version = "0-unstable-2025-04-23";
branch = "staging-next";
}