libsForQt5.qtstyleplugin-kvantum: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2022-12-02 18:56:43 +00:00
parent 4c5c40f176
commit 466fbe73e3

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qtstyleplugin-kvantum";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${version}";
sha256 = "35PrC4UZJJJgDUMv/xoz4R9HA9hidZ9HmXSgte6B+a8=";
sha256 = "Ys77z5BoeQEOYe1h5ITEuVtVn6Uug9zQjrCBxLQOrSs=";
};
nativeBuildInputs = [