Skip to content

Commit

Permalink
Merge pull request NixOS#48538 from r-ryantm/auto-update/commons-comp…
Browse files Browse the repository at this point in the history
…ress

commonsCompress: 1.17 -> 1.18
  • Loading branch information
copumpkin authored Oct 16, 2018
2 parents 218aceb + 4b05aa5 commit 8070a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/java/commons/compress/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
version = "1.17";
version = "1.18";
name = "commons-compress-${version}";

src = fetchurl {
url = "mirror://apache/commons/compress/binaries/${name}-bin.tar.gz";
sha256 = "1ydm6mhy0kja47mns674iyrhz5mqlhhnh2l8rglzxnq5iawpi2m0";
sha256 = "0ciwzq134rqh1fp7qba091rajf2pdagfb665rarni7glb2x4lha1";
};

installPhase = ''
Expand Down

0 comments on commit 8070a63

Please sign in to comment.