From 629da69d885eaa4db198981fd787c40c0844e3e3 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 15 Oct 2023 22:38:21 -0400 Subject: [PATCH] chatterino7: 7.4.6.142f4e2 -> 7.4.6.9fd5cf1 --- pkgs/chatterino7/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/chatterino7/default.nix b/pkgs/chatterino7/default.nix index 07cdb52..61ea7db 100644 --- a/pkgs/chatterino7/default.nix +++ b/pkgs/chatterino7/default.nix @@ -11,8 +11,8 @@ stdenv.mkDerivation rec { src = pkgs.fetchFromGitHub { owner = "SevenTV"; repo = pname; - rev = "142f4e27f7cbe1e6367fdb533e5ce9ac06e3ac32"; - sha256 = "sha256-z+oWzM/wSl5OLo6ditXe5ysnQHkKu81BmAuBLUcE3Kw="; + rev = "9fd5cf1cb2b2f1c5c6e67d3428ed4a578e13ed9f"; + sha256 = "sha256-WFmv15rZPnTFruoYpXHUBj1NduppNE3dt5S/ArWL1Wg="; fetchSubmodules = true; }; nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];