Unverified Commit 848ba879 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

chatterino2: 2.4.2 -> 2.4.3
parents b5170244 611d3a10
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.2";
  version = "2.4.3";
  src = fetchFromGitHub {
    owner = "Chatterino";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-d/rsY4pgPpA4JcMmoD6AG1DzHovfSERaeuYkMY603kA=";
    sha256 = "sha256-M8WTgZv3+8SRGNfxCv10GldjgRYBUVo1B3X4s+QAuYs=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];