From ae220ab2e196c977fae02c715af122208878a9ed Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 27 Sep 2022 23:21:46 -0700 Subject: [PATCH] nixpatches: point whalebird update 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 41ccb933..10c5b9c1 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -38,7 +38,8 @@ fetchpatch: [ # whalebird: 4.6.0 -> 4.6.5 (fetchpatch { - url = "https://git.uninsane.org/colin/nixpkgs/commit/5f410db5e0bc24521ad413c33285a3175517941c.diff"; + # url = "https://git.uninsane.org/colin/nixpkgs/commit/5f410db5e0bc24521ad413c33285a3175517941c.diff"; + url = "https://github.com/NixOS/nixpkgs/pull/193281.diff"; sha256 = "sha256-222ZhU3l9fUTeqJvkk/1MhIMzzPaxthZpThYHi3rjV8="; }) ]