libsForQt5.qtstyleplugin-kvantum: 1.0.9 -> 1.0.10

This commit is contained in:
R. Ryantm 2023-04-17 16:04:47 +00:00
parent d1f5735744
commit 1bcbcfb362

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qtstyleplugin-kvantum";
version = "1.0.9";
version = "1.0.10";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${version}";
sha256 = "5/cScJpi5Z5Z/SjizKfMTGytuEo2uUT6QtpMnn7JhKc=";
sha256 = "48Blio8qHLmXSKG0c1tphXSfiwQXs0Xqwxe187nM3Ro=";
};
nativeBuildInputs = [