Unverified Commit ab50bcf8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232773 from r-ryantm/auto-update/qtads

qtads: 3.3.0 -> 3.4.0
parents 8f50bc71 8f4ccdf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

mkDerivation rec {
  pname = "qtads";
  version = "3.3.0";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "realnc";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-CndN8l7GGIekfbz7OrTYIElL7SxRxEkiNiZP2NHuxOg=";
    sha256 = "sha256-KIqufpvl7zeUtDBXUOAZxBIbfv+s51DoSaZr3jol+bw=";
  };

  nativeBuildInputs = [ pkg-config qmake ];