Merge pull request #235609 from r-ryantm/auto-update/xarchiver

xarchiver: 0.5.4.20 -> 0.5.4.21
This commit is contained in:
Weijia Wang
2023-06-02 23:26:14 +02:00
committed by GitHub
+2 -2
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 ];