lxqt.lximage-qt: 2.0.1 -> 2.1.0

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

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "lximage-qt";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-I0DyC8i+OnHxHcpp/xPsKjr3UgvUHlVO8h9Tjhg7Pg8=";
hash = "sha256-08HEPTbZw4CCq3A9KxMKeT/X1notXwsV1sSSgtRFPO0=";
};
nativeBuildInputs = [