lxqt.qps: 2.10.0 -> 2.11.0

This commit is contained in:
José Romildo
2025-05-13 12:04:55 -03:00
parent a1869c5083
commit 8cd6a23199

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "qps";
version = "2.10.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-FJw1J4c8oLBo7adl1uhCuS+o/ZhJAOyLmbjUgtdt0ss=";
hash = "sha256-Ob9SSN7czCx2I/4fTfwEc1jPEvArpovRFjFnwQqHPUM=";
};
nativeBuildInputs = [