Unverified Commit 5cc5c44b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229244 from r-ryantm/auto-update/commonsCompress

commonsCompress: 1.22 -> 1.23.0
parents 3f019645 ab12ff29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl }:

stdenv.mkDerivation rec {
  version = "1.22";
  version = "1.23.0";
  pname = "commons-compress";

  src = fetchurl {
    url    = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
    sha256 = "sha256-Bn3yxK1sw0U+iK6vXneVXNuRjBNzIugJAEBa+GEZSPc=";
    sha256 = "sha256-m+7cc7h9xVXKlLBTTr2L91AFWDTN+hNSycxDNO0oBAI=";
  };

  installPhase = ''