diff --git a/pkgs/by-name/nixpkgs-bootstrap/master.nix b/pkgs/by-name/nixpkgs-bootstrap/master.nix index fd401025a..d51023d63 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/master.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/master.nix @@ -8,8 +8,8 @@ mkNixpkgs ? import ./mkNixpkgs.nix {} }: mkNixpkgs { - rev = "dc1758843d49c1ad354dda69eacb1fd83a67ae67"; - sha256 = "sha256-JSgC6tI3G2+NQ74axE8AGOPNls9MJ9MPHeQCPOXgE4Q="; - version = "0-unstable-2025-01-11"; + rev = "b621926eb44bbefee7a044b9f11beda2c426d526"; + sha256 = "sha256-xaAXXi5voLbjdksj57HjNd3WADHCRKeOzjDhQtN2L64="; + version = "0-unstable-2025-01-12"; branch = "master"; } diff --git a/pkgs/by-name/nixpkgs-bootstrap/patches.nix b/pkgs/by-name/nixpkgs-bootstrap/patches.nix index 82901d10b..4935ee3b8 100644 --- a/pkgs/by-name/nixpkgs-bootstrap/patches.nix +++ b/pkgs/by-name/nixpkgs-bootstrap/patches.nix @@ -69,12 +69,6 @@ in hash = "sha256-Bmy1xqqmHqJVpleKWOssF+6SUpKOIm6hIGQsW6+hUTg="; }) - (fetchpatch' { - name = "itgmania: init at 0.9.0"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/355725"; - hash = "sha256-PWY7mDoUNrUJMvMJ0fAF8cmvA34YrizG2MvuNIjofvU="; - }) - # (fetchpatch' { # # TODO: send to upstream nixpkgs once tested (branch: lappy: pr-stepmania-wrapper) # name = "stepmania: wrap the program so it knows where to find its data files";