From b7d69e9fd05e7edf80c5005acc19bcde04bbfd6f Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 22 Apr 2023 03:19:42 -0400 Subject: [PATCH] chatterino7: 7.4.2.e76110c -> 7.4.2.53fb0f0 --- pkgs/chatterino7/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/chatterino7/default.nix b/pkgs/chatterino7/default.nix index 476352f..1d9c336 100644 --- a/pkgs/chatterino7/default.nix +++ b/pkgs/chatterino7/default.nix @@ -1,6 +1,5 @@ { stdenv, - lib, cmake, pkgs, }: @@ -10,8 +9,8 @@ stdenv.mkDerivation rec { src = pkgs.fetchFromGitHub { owner = "SevenTV"; repo = pname; - rev = "e76110ce05f769c98e19605746b177d11905868f"; - sha256 = "sha256-oSP/tKBfnWFh8DNdBsFjQ43Lu5GkhvCWSgU6/Z0vZlI="; + rev = "53fb0f002254dd395181f627998af75bcf91f1ef"; + sha256 = "sha256-qgSJPP4yhIKNhLNjS8mSupw98YyCqevKqLTGnONFAKk="; fetchSubmodules = true; }; nativeBuildInputs = with pkgs; [ cmake pkg-config libsForQt5.qt5.wrapQtAppsHook ];