mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
chatterino2: 2.5.2 -> 2.5.3; chatterino7: 7.5.2 -> 7.5.3 (#398690)
This commit is contained in:
commit
e45b7df7a4
3 changed files with 10 additions and 5 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue