libsForQt5.qtstyleplugin-kvantum: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-04-30 02:27:16 +00:00
parent 8cf34f783f
commit e25d68b67c

View File

@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "qtstyleplugin-kvantum${lib.optionalString isQt5 "5"}";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${finalAttrs.version}";
hash = "sha256-i+QjVPSzWNPVQmQkB+u/3Wrvqqoz5OIjRdyZKXzxZh4=";
hash = "sha256-cGMS0lEtgd64rjeEfYwJplf9rva0FtpaQMCfxyramE8=";
};
nativeBuildInputs = [