lxqt.qps: 2.11.1 -> 2.12.0

Diff: https://github.com/lxqt/qps/compare/2.11.1...2.12.0
This commit is contained in:
José Romildo
2025-11-05 18:16:12 -03:00
parent ac3dd39a3c
commit 3f06d90c6b

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qps"; pname = "qps";
version = "2.11.1"; version = "2.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = "qps"; repo = "qps";
rev = version; rev = version;
hash = "sha256-uWKTcFO5CoTU5jXB9x5tQ0goEvUpMaeUlMlTG2/xvYg="; hash = "sha256-npTkPcjcxi/hAxUtyayEZeUnVx41iRJThKzhidC+4bQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [