lxqt.lxqt-about: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:14 -03:00
parent dcc8ea2e01
commit f85e90408d

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-about";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-Y0OF4W0quQEet/QvntwGwFqaqJDDUchWYRh+OWZDS8w=";
hash = "sha256-BjtU63SD6y4LnjAr8QGMqo/aYkcQ0Y+vg3lAOf97ZY8=";
};
nativeBuildInputs = [