chatterino7: 7.5.4 -> 7.5.5

This commit is contained in:
R. Ryantm
2026-03-28 21:20:29 +00:00
parent 7a4dd1b237
commit 83926fa97b
+2 -2
View File
@@ -11,13 +11,13 @@
(
finalAttrs: _: {
pname = "chatterino7";
version = "7.5.4";
version = "7.5.5";
src = fetchFromGitHub {
owner = "SevenTV";
repo = "chatterino7";
tag = "v${finalAttrs.version}";
hash = "sha256-zA198AIFIRx4qE5MZwrGOFFrpnVrZMVQx1SX0RJpDo4=";
hash = "sha256-GP6wZLYliTc2JnC5s4ddbxc9asz6Ntg/4LRH7X4QlOQ=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''