From 9be5604c405e1a2757c84830ce0c81706b947c35 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 28 Jun 2023 19:27:06 +0000 Subject: [PATCH] nixpkgs: 2023-06-26 -> 2023-06-27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` • Updated input 'nixpkgs-unpatched': 'github:nixos/nixpkgs/6b3d1b1cf13f407fef5e634b224d575eb7211975' (2023-06-26) → 'github:nixos/nixpkgs/e18dc963075ed115afb3e312b64643bf8fd4b474' (2023-06-27) ``` --- flake.lock | 6 +++--- nixpatches/list.nix | 24 +++++++++++++++--------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index be1071d1..a32bbae9 100644 --- a/flake.lock +++ b/flake.lock @@ -85,11 +85,11 @@ }, "nixpkgs-unpatched": { "locked": { - "lastModified": 1687807295, - "narHash": "sha256-7TUD0p0m4mZpIi1O+Cyk5NCqpJUnhv/CJOAuHOndjao=", + "lastModified": 1687898314, + "narHash": "sha256-B4BHon3uMXQw8ZdbwxRK1BmxVOGBV4viipKpGaIlGwk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6b3d1b1cf13f407fef5e634b224d575eb7211975", + "rev": "e18dc963075ed115afb3e312b64643bf8fd4b474", "type": "github" }, "original": { diff --git a/nixpatches/list.nix b/nixpatches/list.nix index cd9035ca..ec527fbf 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -177,7 +177,7 @@ in [ ./2023-06-06-jellyfin-no-libsForQt5-callPackage.patch # pin to a pre-0.17.3 release - # removing this and using stock 0.17.3 causes: + # removing this and using stock 0.17.3 (also 0.17.4) causes: # INFO lemmy_server::code_migrations: No Local Site found, creating it. # Error: LemmyError { message: None, inner: duplicate key value violates unique constraint "local_site_site_id_key", context: "SpanTrace" } # more specifically, lemmy can't find the site because it receives an error from diesel: @@ -185,7 +185,7 @@ in [ # this is likely some mis-ordered db migrations # or perhaps the whole set of migrations here isn't being running right. # related: - ./2023-06-10-lemmy-downgrade.patch + # ./2023-06-10-lemmy-downgrade.patch # (fetchpatch' { # title = "gpodder: wrap with missing `xdg-utils` path"; @@ -193,13 +193,6 @@ in [ # hash = "sha256-cu8L30ZiUJnWFGRR/SK917TC7TalzpGkurGkUAAxl54="; # }) - (fetchpatch' { - title = "sequoia: 0.28.0 -> 0.30.1"; - prUrl = "https://github.com/NixOS/nixpkgs/pull/237698"; - saneCommit = "71f47689d11e09b6ff70cbd4238e386b50d46899"; - hash = "sha256-cadnRzZ0sjwdSc845zFtgYzLrsPGsZ9ShELibvQWLUU="; - }) - (fetchpatch' { title = "koreader: 2023.04 -> 2023.05.1"; saneCommit = "a5c471bd263abe93e291239e0078ac4255a94262"; @@ -212,6 +205,19 @@ in [ hash = "sha256-uNerTwyFzivTU+o9bEKmNMFceOmy2AKONfKJWI5qkzo="; }) + (fetchpatch' { + title = "spdlog: use fmt 9"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/240270"; + hash = "sha256-f0QCnrtPN7XwWk0cHSUW7/XlWPFu6XnuoQL6vARYILM="; + }) + + (fetchpatch' { + title = "nmap: lua5_3 -> lua5_4"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/240440"; + saneCommit = "a2a5c711e7c0ff43143fc58ec08853ec063f35b3"; + hash = "sha256-YZycbNJfRFD/8bpnS/28ac1x1wWkEhjB3QaGBGAJkUM="; + }) + # (fetchpatch' { # # N.B.: compiles, but runtime error on launch suggestive of some module not being shipped # title = "matrix-appservice-irc: 0.38.0 -> 1.0.0";