From b572ddfb877fc1f9246fd02cbacbbc555c119f9f Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 14 Apr 2023 22:09:55 -0400 Subject: [PATCH] chatterino7: make chatterino follow nightly 7.4.2.e76110ce --- 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 c4ec721..476352f 100644 --- a/pkgs/chatterino7/default.nix +++ b/pkgs/chatterino7/default.nix @@ -10,8 +10,8 @@ stdenv.mkDerivation rec { src = pkgs.fetchFromGitHub { owner = "SevenTV"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-WHdrFUTTuPN+U9BIsE6Ht2EdwIqWfVJzlwDg0Bwvr/w="; + rev = "e76110ce05f769c98e19605746b177d11905868f"; + sha256 = "sha256-oSP/tKBfnWFh8DNdBsFjQ43Lu5GkhvCWSgU6/Z0vZlI="; fetchSubmodules = true; }; nativeBuildInputs = with pkgs; [ cmake pkg-config libsForQt5.qt5.wrapQtAppsHook ];