libsForQt5.qtstyleplugin-kvantum: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm
2025-05-14 13:31:57 +00:00
parent dac052eb34
commit bf019b5d60
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "qtstyleplugin-kvantum${lib.optionalString isQt5 "5"}";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${finalAttrs.version}";
hash = "sha256-49QnPwGQo4gOxO7EUJnn0JoQl6LgrEOW3cks3IT3fnU=";
hash = "sha256-G1yqToqYVnV/ag//b4C3jUvh2ayIhV3bEavfhpiF0p0=";
};
nativeBuildInputs = [