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

qtads: 3.1.0 -> 3.2.0
This commit is contained in:
Artturi 2021-11-02 14:29:59 +02:00 committed by GitHub
commit c5869ce201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,13 +4,13 @@
mkDerivation rec {
pname = "qtads";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "realnc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DxbVYFHIVFF/5ZeHIeu3k+btCvw/qfM7uoH5mb1ikoE=";
sha256 = "sha256-xMAGbOA+qtwMk5VT5yi//GDzTKtYfGku/Sm4l5smzEs=";
};
nativeBuildInputs = [ pkg-config qmake ];