lxqt.pcmanfm-qt: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:16 -03:00
parent 7336b9ae24
commit 5444f4c890

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "pcmanfm-qt";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-PyCtcn+QHwX/iy85A3y7Phf8ogdSRrwtXrJYGxrjyLM=";
hash = "sha256-3LdoJLlGoUsv0MdbxIOZrzLaPnZ2hI6m+bLp4GNonng=";
};
nativeBuildInputs = [