chatterino7: 7.4.2.b26b153 -> 7.4.3.a86fa75

This commit is contained in:
notohh 2023-05-01 21:13:34 -04:00
parent 2d22e26ee2
commit 585ed296c0
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "chatterino7"; pname = "chatterino7";
version = "7.4.2"; version = "7.4.3";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = pname; repo = pname;
rev = "b26b15354c61b6b0acb58a12031e84332d505b94"; rev = "a86fa75325a5ff697f71dad0ba55a0c02674cf8d";
sha256 = "sha256-w87tzju0/TTot3fHbM0at5nBo+lnaZwIurpZTIbwQDI="; sha256 = "sha256-I9c0KfNZC2gXDylDe2zMDa9PPQTRgxNwD5xcwsYVFZU=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook]; nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];