chatterino7: 7.4.4.aaca86e -> 7.4.5.97bc0d8
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-17 12:15:15 -04:00
parent 3212f0bc51
commit 23f7cdd61f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,12 +7,12 @@
}:
stdenv.mkDerivation rec {
pname = "chatterino7";
version = "7.4.4";
version = "7.4.5";
src = pkgs.fetchFromGitHub {
owner = "SevenTV";
repo = pname;
rev = "aaca86ed9e77b1acae97cc786bb60212f97608e3";
sha256 = "sha256-5OutMEDAP4GVT4eCHYoC+sJglbf+fw1blsn1hiSahMo=";
rev = "97bc0d8efdfcb5fa02719d6e126d4fbfa86cbc35";
sha256 = "sha256-/uv1shCCimkzshtch/tXoJQ9TkUIvTCn8nmFqpj0qz0=";
fetchSubmodules = true;
};
nativeBuildInputs = with pkgs; [cmake pkg-config libsForQt5.qt5.wrapQtAppsHook];