lxqt.pcmanfm-qt: 2.3.0 -> 2.4.0

Diff: https://github.com/lxqt/pcmanfm-qt/compare/2.3.0...2.4.0
This commit is contained in:
José Romildo
2026-04-22 22:20:46 -03:00
parent 6b420ccda2
commit 10ef8a283f
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "pcmanfm-qt";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "pcmanfm-qt";
rev = version;
hash = "sha256-Pv3N/JfUbLyCBpnmnEHL7i2du1q8vSKxTR1uIEsEe/U=";
hash = "sha256-KgYirooKoiUUkzEFsOScTZt/s1OTBLIjAYlW/Q0RQTk=";
};
nativeBuildInputs = [