From e11258b355a99c2265289093a31b086a541a8cf0 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 20 Sep 2023 18:27:31 -0400 Subject: [PATCH] chatterino 7: 7.4.5.97bc0d8 -> 7.4.5.907aa74 --- 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 27f6e02..7b62fe0 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 = "97bc0d8efdfcb5fa02719d6e126d4fbfa86cbc35"; - sha256 = "sha256-/uv1shCCimkzshtch/tXoJQ9TkUIvTCn8nmFqpj0qz0="; + rev = "907aa7447b7bbfbc37fc6ffd4c92328b0ada48ed"; + sha256 = "sha256-ZkWSo1ZLTPwFPxmd5RviWExkbkrlHFBPPRUMr4JJYCc="; fetchSubmodules = true; }; nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];