chatterino7: 7.5.2 -> 7.5.3

This commit is contained in:
Supa 2025-04-15 00:33:18 +03:00
parent b913c2ad22
commit 5b70d22c1b

View file

@ -13,13 +13,13 @@
( (
finalAttrs: _: { finalAttrs: _: {
pname = "chatterino7"; pname = "chatterino7";
version = "7.5.2"; version = "7.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = "chatterino7"; repo = "chatterino7";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-kQeW9Qa8NPs47xUlqggS4Df4fxIoknG8O5IBdOeIo+4="; hash = "sha256-KrAr3DcQDjb+LP+vIf0qLSSgII0m5rNwhncLNHlLaC8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };