From b34b8a249c1be24e82f6863dc877cabc3a15627a Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 13 Dec 2023 03:47:20 +0000 Subject: [PATCH] nixpatches: link but dont apply gnome-feeds update --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index e22b8502..122565bf 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -32,6 +32,12 @@ in [ hash = "sha256-AkxtrCJrf0wpTdty4SOIWBrWwqfG7rBI4ON38BjDi6s="; }) # (fetchpatch' { + # # 2023/12/12: needs rebasing + # title = "gnome-feeds: 0.16.2 -> 2.2.0"; + # prUrl = "https://github.com/NixOS/nixpkgs/pull/217060"; + # hash = "sha256-EY3r661V2aOQQbZ2hTdPS0wipgktwPPgNrz2OJr4qFg="; + # }) + # (fetchpatch' { # title = "nixos/slskd: allow omitting username from yaml config"; # saneCommit = "541c37e8689b6422ea07be1395f1a63357bb0c63"; # hash = "sha256-xQEj/oIfNcE4td9jxzDzhlnIYpncOOdXZuswkmcLNuk=";