chatterino7: bump version

This commit is contained in:
notohh 2023-10-28 08:49:19 -04:00
parent cb6ef9c31a
commit 3ddcf07967
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "SevenTV";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WFmv15rZPnTFruoYpXHUBj1NduppNE3dt5S/ArWL1Wg=";
rev = "c7a11ebce0b4ef7acaa1a71389f242861726c3a7";
sha256 = "sha256-yDqkhlYuaLCWS//Z8ndN/LXSCL61N5vAJWe/SmEHt2Y=";
fetchSubmodules = true;
};