From 674f8523937231e73de9b1b89474f06c5c488ff6 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 15 Oct 2022 07:04:13 -0700 Subject: [PATCH] freshrss shebang fix: point to upstream PR --- nixpatches/list.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index d109826a..1bd52a18 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -17,7 +17,8 @@ fetchpatch: [ # freshrss: patchShebangs instead of specifying interpreter in the service (fetchpatch { - url = "https://git.uninsane.org/colin/nixpkgs/commit/9443d83e6fee728c1926a783647b45011bd3b514.diff"; + # url = "https://git.uninsane.org/colin/nixpkgs/commit/9443d83e6fee728c1926a783647b45011bd3b514.diff"; + url = "https://github.com/NixOS/nixpkgs/pull/196140.diff"; sha256 = "sha256-Lngle5YTE7ymQyUarKbebMjiaTlY5cJBoaeZk7AgbXE="; })