From e86d6934fdca0484a48f2371574ec1ee96f882c0 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 28 Oct 2023 00:09:27 +0000 Subject: [PATCH] nixpkgs: 2023-10-24 -> 2023-10-26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` • Updated input 'nixpkgs-unpatched': 'github:nixos/nixpkgs/8efd5d1e283604f75a808a20e6cde0ef313d07d4' (2023-10-24) → 'github:nixos/nixpkgs/63678e9f3d3afecfeafa0acead6239cdb447574c' (2023-10-26) ``` --- flake.lock | 6 +++--- nixpatches/list.nix | 11 ----------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index cde1821b..432591ff 100644 --- a/flake.lock +++ b/flake.lock @@ -52,11 +52,11 @@ }, "nixpkgs-unpatched": { "locked": { - "lastModified": 1698134075, - "narHash": "sha256-foCD+nuKzfh49bIoiCBur4+Fx1nozo+4C/6k8BYk4sg=", + "lastModified": 1698318101, + "narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8efd5d1e283604f75a808a20e6cde0ef313d07d4", + "rev": "63678e9f3d3afecfeafa0acead6239cdb447574c", "type": "github" }, "original": { diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 8e2cd6ca..51842689 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -44,12 +44,6 @@ in [ prUrl = "https://github.com/NixOS/nixpkgs/pull/262767"; hash = "sha256-JdWl+tYn9Dwa4d59a8TURJvZdf02tmsnqcZD1WkkgqQ="; }) - (fetchpatch' { - # merged 2023/10/24 - title = "mkdocs-minify: disable tests to fix build"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/263084"; - hash = "sha256-m/ipSH7MSWOKWjFwdMmWUUJEQs1H/zhWvzsEEm3oofo="; - }) (fetchpatch' { title = "gsound: enable introspection/vala when cross compiled"; prUrl = "https://github.com/NixOS/nixpkgs/pull/263107"; @@ -82,11 +76,6 @@ in [ prUrl = "https://github.com/NixOS/nixpkgs/pull/263182"; hash = "sha256-Wau+PB+EUQDvWX8Kycw1sNrM3GkPVjKSS4niIDI0sjM="; }) - (fetchpatch' { - title = "snapper: remove runtime references to build packages"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/263187"; - hash = "sha256-+NJtox6BsoQwpO6DxehrA4l/eWf/vgGN7EopCt4ZIFk="; - }) (fetchpatch' { title = "trust-dns: 0.23.0 -> 0.24.0"; prUrl = "https://github.com/NixOS/nixpkgs/pull/263054";