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

qtstyleplugin-kvantum-qt4: 1.0.1 -> 1.0.4
This commit is contained in:
Jonas Heinrich 2022-08-27 14:14:17 +02:00 committed by GitHub
commit 3a27e8c3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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