From e07e3d64b8216219c2863063fd0b07a07aade625 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 28 May 2023 13:08:26 -0400 Subject: [PATCH] chatterino7: 7.4.4.90ee0af -> 7.4.4.78c02e5 --- 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 ee83bae..bd675a0 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 = "90ee0afdf92bf6a7b383fda446ebeb88e214048b"; - sha256 = "sha256-PNl130u7Oau6MMUb9TAWtI30i1mfcF6lM+PJWPSdEqE="; + rev = "78c02e51554de6d0a15f96b507f7db64c9e9a5c7"; + sha256 = "sha256-jRBY67PpuXeOQdQXSqMj6zy0s4IXw6/O4I5TKmWfXb0="; fetchSubmodules = true; }; nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];