chatterino7: bump version

This commit is contained in:
notohh 2024-02-13 19:16:49 -05:00
parent ce4a8b23e5
commit 0786f2ba87
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = pname; repo = pname;
rev = "7eef663cc3e1e863011b6d0eb377e64f9478b673"; rev = "1132751f4ba4ae7306e0defd01fbaa467bbdb528";
sha256 = "sha256-5Zvjf2nohKK/ykF2VFYVjsPpgj7/xWyL2fa/L1iphbk="; sha256 = "sha256-/b1+4v09nDiATJlziedY/1S6Zq1iq45PPh37cwxznMQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };