From 837f20e8925656038067475c4d1a11ec349d5828 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 11 Jun 2023 03:43:35 +0000 Subject: [PATCH] lemmy: apply PR feedback --- nixpatches/list.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 382429f7..3e3c7145 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -75,8 +75,9 @@ in [ (fetchpatch' { title = "nixos/lemmy: support nginx"; - saneCommit = "4c86db6dcb78795ac9bb514d9c779fd591070b23"; - hash = "sha256-G7jGhSPUp9BMxh2yTzo0KUUVabMJeZ28YTA+0iPldRI="; + prUrl = "https://github.com/NixOS/nixpkgs/pull/232536"; + saneCommit = "02a9f9de49923f14fd6c2b069d73e167cdc86078"; + hash = "sha256-nnZ+95LmZ2nGZxK7yNLs4moovhPX2wFux5JwNjM4Lys="; }) (fetchpatch' {