chatterino7: 7.4.2.e76110c -> 7.4.2.53fb0f0

This commit is contained in:
notohh 2023-04-22 03:19:42 -04:00
parent e9f0d7a582
commit b7d69e9fd0
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,5 @@
{
stdenv,
lib,
cmake,
pkgs,
}:
@ -10,8 +9,8 @@ stdenv.mkDerivation rec {
src = pkgs.fetchFromGitHub {
owner = "SevenTV";
repo = pname;
rev = "e76110ce05f769c98e19605746b177d11905868f";
sha256 = "sha256-oSP/tKBfnWFh8DNdBsFjQ43Lu5GkhvCWSgU6/Z0vZlI=";
rev = "53fb0f002254dd395181f627998af75bcf91f1ef";
sha256 = "sha256-qgSJPP4yhIKNhLNjS8mSupw98YyCqevKqLTGnONFAKk=";
fetchSubmodules = true;
};
nativeBuildInputs = with pkgs; [ cmake pkg-config libsForQt5.qt5.wrapQtAppsHook ];