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

qtstyleplugin-kvantum-qt4: 0.20.1 -> 0.20.2
This commit is contained in:
José Romildo Malaquias 2021-12-27 10:42:09 -03:00 committed by GitHub
commit 5c3d39da0c
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 = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${version}";
sha256 = "sha256-sY2slI9ZVuEurBIEaJMxUiKiUNXx+h7UEwEZKKr7R2Y=";
sha256 = "sha256-aIhLrGKb8iPl8N483+EOaCrTua96Qvl2lc2UXRiqvJA=";
};
nativeBuildInputs = [ qmake4Hook ];