lxqt.lxqt-archiver: 1.2.0 -> 1.3.0

Diff: https://github.com/lxqt/lxqt-archiver/compare/1.2.0...1.3.0
This commit is contained in:
José Romildo
2025-11-05 18:10:17 -03:00
parent 319b7a4b71
commit 517f73ab8b

View File

@@ -18,13 +18,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lxqt-archiver"; pname = "lxqt-archiver";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = "lxqt-archiver"; repo = "lxqt-archiver";
rev = version; rev = version;
hash = "sha256-4xGP/3ft29PFzJ3ty/9wJbv/hqcdTw9U+4xDneKHF8g="; hash = "sha256-57ufvirD1YYEVoFtX/JY8EnMRWZ4ouhbxNm8przg5XA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [