nixpkgs: 0-unstable-2024-10-12 -> 0-unstable-2024-10-14

This commit is contained in:
2024-10-14 18:25:11 +00:00
parent 053d7d1156
commit de8e17ead1
4 changed files with 14 additions and 7 deletions

View File

@@ -242,7 +242,7 @@ in
# "cuyo" # trivial puyo-puyo clone
"endless-sky" # space merchantilism/exploration
# "factorio"
"frozen-bubble" # WAN + LAN + 1P/2P bubble bobble
# "frozen-bubble" # WAN + LAN + 1P/2P bubble bobble
"hase" # WAN worms game
# "hedgewars" # WAN + LAN worms game (5~10 people online at any moment; <https://hedgewars.org>)
# "libremines" # meh: trivial minesweeper; qt6

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {}
}:
mkNixpkgs {
rev = "162ee4189cf5c0449a642f3f5aa7566faac77476";
sha256 = "sha256-QToJSkKLD7g9g2lSbqJ7D01uUv7Iv0+ToTUNQMU+r1o=";
version = "0-unstable-2024-10-12";
rev = "c65fe11c30702076dfc38bdbf0118de730c82721";
sha256 = "sha256-Q3C9Uyfe7Hp1HPIv+VTfHflIN5MWgPOCB/Kaw0PjQ5E=";
version = "0-unstable-2024-10-14";
branch = "master";
}

View File

@@ -39,6 +39,13 @@ in
# hash = "sha256-4nzTHWmAiY9HMTu07rj0RdhlK7SWshXpkoqlKHg25do=";
# })
(fetchpatch' {
# 2024-10-14: servo matrix-appservice-irc build-fix
name = "Upgrade matrix-sdk-crypto-nodejs and reverse-deps to fix build with new rust version";
prUrl = "https://github.com/NixOS/nixpkgs/pull/348448";
hash = "sha256-QbnEJe//b5WOGyMXKS1mMcLSRp2kjWa3q89/q7E4y4g=";
})
(fetchpatch' {
name = "nixos/bonsaid: init";
prUrl = "https://github.com/NixOS/nixpkgs/pull/347818";

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {}
}:
mkNixpkgs {
rev = "d36393284296fd638546e0939b95cdad1b4290ee";
sha256 = "sha256-Bggp4zkliG+r/O0qaMxf6XjZcNGm8Yh5bHF1bw8Yoc8=";
version = "0-unstable-2024-10-12";
rev = "ee1929ff77512c8c310079a02fbf4547d7141a9c";
sha256 = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE=";
version = "0-unstable-2024-10-13";
branch = "staging";
}