1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

xarchiver: 0.5.4.18 -> 0.5.4.19

This commit is contained in:
R. Ryantm 2022-10-01 03:43:14 +00:00
parent 3b5295131d
commit 88eed8261d

View file

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