chatterino2: 2.5.3 -> 2.5.4 (#446246)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-26 16:39:04 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
(
finalAttrs: _: {
pname = "chatterino2";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "Chatterino";
repo = "chatterino2";
tag = "v${finalAttrs.version}";
hash = "sha256-XV8WhdjdnVrOg0PVyIhGfxC4sJ62oH03KchvGr1c2w8=";
hash = "sha256-eozT3Lfra4i+q3pCxH0Z1v/3Y/FB5yJc/88tA90hTzI=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''