lxqt.libdbusmenu-lxqt: 0.1.0 -> 0.2.0

This commit is contained in:
José Romildo 2024-11-06 23:22:13 -03:00
parent 4c972bb0ce
commit e8361acc3a

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libdbusmenu-lxqt";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-fwYvU62NCmJ6HNrOqHPWKDas7LE1XF3squ0CBEFkNkk=";
hash = "sha256-OF12t08hOuDsl80n4lXO3AFCf29f01eDpoRcbXmI4+I=";
};
nativeBuildInputs = [