3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #102700 from r-ryantm/auto-update/packagekit-qt

libsForQt5.packagekit-qt: 1.0.1 -> 1.0.2
This commit is contained in:
Doron Behar 2020-11-04 23:47:07 +02:00 committed by GitHub
commit 611ad1334b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "packagekit-qt";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "hughsie";
repo = "PackageKit-Qt";
rev = "v${version}";
sha256 = "1ls6mn9abpwzw5wjgmslc5h9happj3516y1q67imppczk8g9h2yk";
sha256 = "1d20r503msw1vix3nb6a8bmdqld7fj8k9jk33bkqsc610a2zsms6";
};
buildInputs = [ packagekit ];