Unverified Commit 62f3b1c5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258627 from r-ryantm/auto-update/chatterino2

chatterino2: 2.4.5 -> 2.4.6
parents 828ba848 e6f82644
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "chatterino2";
  version = "2.4.5";
  version = "2.4.6";
  src = fetchFromGitHub {
    owner = "Chatterino";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ughEavlvL1/mvevbYrDG+2/JYigMhVwyy3RFysQqUNs=";
    sha256 = "sha256-CQviw5Fw6v5EwjCldAQoJfAIZMWKBfBzUIQZEgW34k0=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];