nixpkgs: 2025-07-31 -> 2025-08-01

This commit is contained in:
2025-08-01 18:11:25 +00:00
parent 23f13c24b7
commit 643b1ae661
5 changed files with 16 additions and 9 deletions

View File

@@ -282,6 +282,7 @@ in
ntfy_binary = "${lib.getExe' pkgs.ntfy-sh "ntfy"}"
ntfy_topic = readAll("/run/secrets/ntfy-sh-topic")
'';
checkConfig = false; # secrets aren't available at build time
};
systemd.services.prosody = {

View File

@@ -14,8 +14,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "cc56c00f9412565196a8d7299b4c291ff18d5319";
sha256 = "sha256-St7PHxYqwOPcM/NnVc7VNZS1XpYZH0KXGl3XTtT1LSU=";
version = "unstable-2025-07-31";
rev = "d6a31498c2d825b21d0974f47c2c6ef084cf5340";
sha256 = "sha256-B1QxVSe6tdyvJp/ScsJMGDisRUcDzBSOdi2MXPZaMAs=";
version = "unstable-2025-08-01";
branch = "master";
}

View File

@@ -50,6 +50,12 @@ in
# hash = "sha256-cALgj+7eXd3H4WAmW6CIcxWRC3D4PoY2PWNsDxK+G9g=";
# })
(fetchpatch' {
name = "bind: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/430164";
hash = "sha256-bdCTGfKZRJm8IkcqJJswhrc8QqRoKXKJEEwrwVAfVTc=";
})
# (fetchpatch' {
# # 2025-07-15: merged into staging
# name = "treewide: populate arch and platform for more node packages";

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "4ac0d1ebc915cfb402b13b2a69044046e5349b08";
sha256 = "sha256-pQt2gqpCCA0GWEqcm4IzvkbLw4fNMn6JNq+5BBPpyAM=";
version = "unstable-2025-07-31";
rev = "6d5d57e107167cb331a33a362cdfe66ed8075a0a";
sha256 = "sha256-T9cs2XwEXdQ/Ox//9rH2FCoC9f0qSVwP9RgN+SFYH4M=";
version = "unstable-2025-08-01";
branch = "staging-next";
}

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {},
}:
mkNixpkgs {
rev = "6b743a126f584b4e4024a406e756cb5f141a537f";
sha256 = "sha256-PhUBrbtfOAxuBImcAdRJIVxCeTHQ+wZMLvLsyT33wM8=";
version = "unstable-2025-07-31";
rev = "08f942ee90411f9e2d81a81f57653e3a48f3f25b";
sha256 = "sha256-44j51qadRl3NE+Swby2k9EF1t5dXMnJOahvIU4V/V1Q=";
version = "unstable-2025-08-01";
branch = "staging";
}