lol

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

xarchiver: 0.5.4.18 -> 0.5.4.19

authored by

José Romildo Malaquias and committed by
GitHub
84c468fb 9274892f

+2 -2
+2 -2
pkgs/tools/archivers/xarchiver/default.nix
··· 2 2 coreutils, zip, unzip, p7zip, unar, gnutar, bzip2, gzip, lhasa, wrapGAppsHook }: 3 3 4 4 stdenv.mkDerivation rec { 5 - version = "0.5.4.18"; 5 + version = "0.5.4.19"; 6 6 pname = "xarchiver"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "ib"; 10 10 repo = "xarchiver"; 11 11 rev = version; 12 - sha256 = "sha256-WBHsUMI4xl1P17aBTuxxyGOhQzOnd8ZhS/ped8nXMLA="; 12 + sha256 = "sha256-YCfjOGbjjv4ntNDK3E49hYCVYDhMsRBJ7zsHt8hqQ7Y="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ intltool pkg-config makeWrapper wrapGAppsHook ];