chatterino7: 7.4.4.4513351 -> aaca86e

This commit is contained in:
notohh 2023-08-25 00:06:46 -04:00
parent 77b049b24f
commit 6b0ae29c95
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
src = pkgs.fetchFromGitHub {
owner = "SevenTV";
repo = pname;
rev = "4513351c941f880e6d49da9f5510622c2e64578b";
sha256 = "sha256-ke9GAvRY+ohI10r6L+zoJKAVoWYD+SjIhy9eWcoROmQ=";
rev = "aaca86ed9e77b1acae97cc786bb60212f97608e3";
sha256 = "sha256-5OutMEDAP4GVT4eCHYoC+sJglbf+fw1blsn1hiSahMo=";
fetchSubmodules = true;
};
nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];