chatterino2: 2.5.2 -> 2.5.3; chatterino7: 7.5.2 -> 7.5.3 (#398690)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-20 03:18:32 +02:00
committed by GitHub
3 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -7,6 +7,7 @@
boost,
openssl,
libsecret,
libnotify,
libavif,
kdePackages,
}:
@@ -24,13 +25,17 @@ stdenv.mkDerivation {
qtsvg
qt5compat
qtkeychain
qtimageformats
])
++ [
boost
openssl
libsecret
]
++ lib.optional stdenv.hostPlatform.isLinux kdePackages.qtwayland
++ lib.optionals stdenv.hostPlatform.isLinux [
kdePackages.qtwayland
libnotify
]
++ lib.optional enableAvifSupport libavif;
cmakeFlags = [
+2 -2
View File
@@ -12,13 +12,13 @@
(
finalAttrs: _: {
pname = "chatterino2";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "Chatterino";
repo = "chatterino2";
tag = "v${finalAttrs.version}";
hash = "sha256-nrw4dQ7QjPPMbZXMC+p3VgUQKwc1ih6qS13D9+9oNuw=";
hash = "sha256-W2sqlqL6aa68aQ3nE161G64x7K7p8iByX03g1dseQbs=";
fetchSubmodules = true;
};
+2 -2
View File
@@ -13,13 +13,13 @@
(
finalAttrs: _: {
pname = "chatterino7";
version = "7.5.2";
version = "7.5.3";
src = fetchFromGitHub {
owner = "SevenTV";
repo = "chatterino7";
tag = "v${finalAttrs.version}";
hash = "sha256-kQeW9Qa8NPs47xUlqggS4Df4fxIoknG8O5IBdOeIo+4=";
hash = "sha256-KrAr3DcQDjb+LP+vIf0qLSSgII0m5rNwhncLNHlLaC8=";
fetchSubmodules = true;
};