From 050c8d15de07a113fb4b30db6ebb334b9e80ef40 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 27 Sep 2022 21:42:56 -0700 Subject: [PATCH] whalebird: pin electron version --- nixpatches/list.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index a607d6b99..41ccb9335 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -38,7 +38,7 @@ fetchpatch: [ # whalebird: 4.6.0 -> 4.6.5 (fetchpatch { - url = "https://git.uninsane.org/colin/nixpkgs/commit/8d7ab78ae1fb94cb1d8714d1cfc3106113b68bb8.diff"; - sha256 = "sha256-0CZVRUWx0XCr23IHWzvEHDb8mmIxEwfnO1Dmw07dAdw="; + url = "https://git.uninsane.org/colin/nixpkgs/commit/5f410db5e0bc24521ad413c33285a3175517941c.diff"; + sha256 = "sha256-222ZhU3l9fUTeqJvkk/1MhIMzzPaxthZpThYHi3rjV8="; }) ]