libsForQt5.kirigami-addons: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2023-07-14 14:51:31 +00:00 committed by Matthias Beyer
parent 0ee26e358a
commit e1c17214a3
No known key found for this signature in database

View file

@ -12,14 +12,14 @@
mkDerivation rec {
pname = "kirigami-addons";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "libraries";
repo = pname;
rev = "v${version}";
hash = "sha256-ObbpM1gVVFhOIHOla5YS8YYe+JoPgdZ8kJ356wLTJq4=";
hash = "sha256-lsqbaF64NIuEBTQdU/GB12kgOsFbsow3XCp221RWB4I=";
};
nativeBuildInputs = [