nixpkgs: 2025-09-12 -> 2025-09-13
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
services.anubis.instances."git.uninsane.org" = {
|
||||
settings.TARGET = "http://127.0.0.1:3000";
|
||||
# allow IM clients/etc to show embeds/previews, else they just show "please verify you aren't a bot..."
|
||||
botPolicy.openGraph.enabled = true;
|
||||
settings.OG_PASSTHROUGH = true;
|
||||
};
|
||||
|
||||
# hosted git (web view and for `git <cmd>` use
|
||||
|
@@ -14,8 +14,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "26fbfb8061e6354a033f46d99160df7012665f89";
|
||||
sha256 = "sha256-4+nALO1KWHK4UIs06FTihyrRP7TVHjFkUDYQ6eDu3Rw=";
|
||||
version = "unstable-2025-09-12";
|
||||
rev = "026fdbbf82a6f70e6ad8b5f865a763757d5c2dae";
|
||||
sha256 = "sha256-VWyETrO8AsBaGEsqafaUc105eY0X2/slYnkC5x74W2I=";
|
||||
version = "unstable-2025-09-13";
|
||||
branch = "master";
|
||||
}
|
||||
|
@@ -50,12 +50,6 @@ in
|
||||
# hash = "sha256-cALgj+7eXd3H4WAmW6CIcxWRC3D4PoY2PWNsDxK+G9g=";
|
||||
# })
|
||||
|
||||
(fetchpatch' {
|
||||
name = "signal-desktop: fix cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/423089";
|
||||
hash = "sha256-zlIid39Se3v7v7u+fJvbEwJdmiV+wCqOQOcS/UqK7Gs=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
name = "fractal: fix cross compilation";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/437038";
|
||||
|
@@ -2,8 +2,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "c9e57a32d2fe2358a3852977aa39ef0636c53486";
|
||||
sha256 = "sha256-USAmA4NO3/LP2mIStV9/rClEi6/diFa63cu4oNgjVA8=";
|
||||
version = "unstable-2025-09-12";
|
||||
rev = "bce92e987af85282f9aea8016da20cf3224f9288";
|
||||
sha256 = "sha256-jlxvils8+VzRgMcMj8WCYd2MQygBJ5zsinF0qWSs9x4=";
|
||||
version = "unstable-2025-09-13";
|
||||
branch = "staging-next";
|
||||
}
|
||||
|
@@ -2,8 +2,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "039ba2e76de2a68f7f09e9e0cca0d7593f7e31f0";
|
||||
sha256 = "sha256-HWFB7Bm2yUf/Ire7Efg8LAbjFT110yOExuTEsHLsRQM=";
|
||||
version = "unstable-2025-09-12";
|
||||
rev = "976e84baa4d7d71cc36b0379ccc11bf92dbdfb3c";
|
||||
sha256 = "sha256-C+gaPdGdOYhVwIMLXwwdQEnpuAocCCCw4Yrm0OufbAc=";
|
||||
version = "unstable-2025-09-13";
|
||||
branch = "staging";
|
||||
}
|
||||
|
Reference in New Issue
Block a user