1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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

qtads: 3.0.0 -> 3.1.0
This commit is contained in:
Artturi 2021-09-17 21:42:44 +03:00 committed by GitHub
commit 034d0d1516
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.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "realnc";
repo = pname;
rev = "v${version}";
sha256 = "02kk2hs20h9ffhylwms9f8zikmmlrz1nvbrm97gis9iljkyx035c";
sha256 = "sha256-DxbVYFHIVFF/5ZeHIeu3k+btCvw/qfM7uoH5mb1ikoE=";
};
nativeBuildInputs = [ pkg-config qmake ];