From b1b2bce4a970575889885f589c65dc2a658e8aef Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 24 Dec 2024 00:51:42 -0500 Subject: [PATCH] overlays: bump chatterino --- pkgs/overlays.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/overlays.nix b/pkgs/overlays.nix index eb234e2..3799f2b 100644 --- a/pkgs/overlays.nix +++ b/pkgs/overlays.nix @@ -11,8 +11,8 @@ src = super.chatterino2.src.override { owner = "2547techno"; repo = "technorino"; - rev = "nightly-build"; - hash = "sha256-PY+K1l29wwG8ddqTxOwkbKb8CQoOBwbOeCgn0VTDptM="; + rev = "f6d0bd19caddb9f8f433877020e64e18923bbc7a"; + hash = "sha256-JTz/w8qtR59LVpuWbmiZDpwF+hepe78iCZ/3gi4O/Vc="; }; }); })