Commit b913c2ad authored by Supa's avatar Supa
Browse files

chatterino2: 2.5.2 -> 2.5.3

parent 1750f3c1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
      };