Merge pull request #192355 from r-ryantm/auto-update/qtstyleplugin-kvantum-qt4

qtstyleplugin-kvantum-qt4: 1.0.4 -> 1.0.7
This commit is contained in:
Weijia Wang 2023-01-22 15:51:17 +01:00 committed by GitHub
commit ea59c9df03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qtstyleplugin-kvantum-qt4";
version = "1.0.4";
version = "1.0.7";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${version}";
hash = "sha256-chdtcx73mfr/b1P3yVevx0m7HkMFzEYG7YLuhSyG7rk=";
hash = "sha256-Ys77z5BoeQEOYe1h5ITEuVtVn6Uug9zQjrCBxLQOrSs=";
};
nativeBuildInputs = [ qmake4Hook ];