xarchiver: 0.5.4.17 -> 0.5.4.18

This commit is contained in:
R. Ryantm 2022-08-02 06:16:22 +00:00
parent ec9cb32147
commit 5f439dcf51

View File

@ -2,14 +2,14 @@
coreutils, zip, unzip, p7zip, unar, gnutar, bzip2, gzip, lhasa, wrapGAppsHook }:
stdenv.mkDerivation rec {
version = "0.5.4.17";
version = "0.5.4.18";
pname = "xarchiver";
src = fetchFromGitHub {
owner = "ib";
repo = "xarchiver";
rev = version;
sha256 = "00adrjpxqlaccrwjf65w3vhxfswdj0as8aj263c6f9b85llypc5v";
sha256 = "sha256-WBHsUMI4xl1P17aBTuxxyGOhQzOnd8ZhS/ped8nXMLA=";
};
nativeBuildInputs = [ intltool pkg-config makeWrapper wrapGAppsHook ];