chatterino7: bump version

This commit is contained in:
notohh 2023-11-06 22:53:04 -05:00
parent d42882e8de
commit ddb89b37c0
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 = "c7a11ebce0b4ef7acaa1a71389f242861726c3a7"; rev = "178a9b3b6c7314082e6b3b17b1aaf3c01eca6e73";
sha256 = "sha256-yDqkhlYuaLCWS//Z8ndN/LXSCL61N5vAJWe/SmEHt2Y="; sha256 = "sha256-lJlxEG3JzGVVBkBhHh1226a0cQ6sgFOJfqLoIgHh3GY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };