xarchiver: 0.5.4.20 -> 0.5.4.21

This commit is contained in:
R. Ryantm 2023-06-02 15:19:46 +00:00
parent 706796477c
commit 565e1627b7

View file

@ -2,14 +2,14 @@
coreutils, zip, unzip, p7zip, unar, gnutar, bzip2, gzip, lhasa, wrapGAppsHook }:
stdenv.mkDerivation rec {
version = "0.5.4.20";
version = "0.5.4.21";
pname = "xarchiver";
src = fetchFromGitHub {
owner = "ib";
repo = "xarchiver";
rev = version;
sha256 = "sha256-OzcfIFYaWez2B1lmAYvhm+knuYbyMu2ohs+kGEVG7K0=";
sha256 = "sha256-pYrF9fyEbay+iboL9EuoTETTI3RTcgv3yeVtAWvAe1Q=";
};
nativeBuildInputs = [ intltool pkg-config makeWrapper wrapGAppsHook ];