lxqt.lximage-qt: 2.0.0 -> 2.0.1

Diff: https://github.com/lxqt/lximage-qt/compare/2.0.0...2.0.1
This commit is contained in:
José Romildo 2024-05-07 21:06:56 -03:00
parent 49391bf524
commit 3d36953945

View File

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