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

qtads: 3.3.0 -> 3.4.0
This commit is contained in:
figsoda 2023-05-19 10:15:00 -04:00 committed by GitHub
commit ab50bcf857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];