chatterino7: make chatterino follow nightly 7.4.2.e76110ce

This commit is contained in:
notohh 2023-04-14 22:09:55 -04:00
parent 690286cc09
commit b572ddfb87
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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 ];