chatterino7: 7.5.3 -> 7.5.4

This commit is contained in:
R. Ryantm
2025-09-24 00:39:33 +00:00
parent 77ac76b5ca
commit fdc37f9b92
+2 -2
View File
@@ -11,13 +11,13 @@
(
finalAttrs: _: {
pname = "chatterino7";
version = "7.5.3";
version = "7.5.4";
src = fetchFromGitHub {
owner = "SevenTV";
repo = "chatterino7";
tag = "v${finalAttrs.version}";
hash = "sha256-tft0+vcE+LGPrlv4ZBgzmeF66Jf66iTjUr0pdF1vx24=";
hash = "sha256-zA198AIFIRx4qE5MZwrGOFFrpnVrZMVQx1SX0RJpDo4=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''