Unverified Commit 2583c39c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

xarchiver: 0.5.4.19 -> 0.5.4.20
parents d1246b81 20725055
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@
  coreutils, zip, unzip, p7zip, unar, gnutar, bzip2, gzip, lhasa, wrapGAppsHook }:

stdenv.mkDerivation rec {
  version = "0.5.4.19";
  version = "0.5.4.20";
  pname = "xarchiver";

  src = fetchFromGitHub {
    owner = "ib";
    repo = "xarchiver";
    rev = version;
    sha256 = "sha256-YCfjOGbjjv4ntNDK3E49hYCVYDhMsRBJ7zsHt8hqQ7Y=";
    sha256 = "sha256-OzcfIFYaWez2B1lmAYvhm+knuYbyMu2ohs+kGEVG7K0=";
  };

  nativeBuildInputs = [ intltool pkg-config makeWrapper wrapGAppsHook ];