nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

commonsCompress: 1.22 -> 1.23.0

authored by

Weijia Wang and committed by
GitHub
5cc5c44b 3f019645

+2 -2
+2 -2
pkgs/development/libraries/java/commons/compress/default.nix
··· 1 1 { lib, stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "1.22"; 4 + version = "1.23.0"; 5 5 pname = "commons-compress"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz"; 9 - sha256 = "sha256-Bn3yxK1sw0U+iK6vXneVXNuRjBNzIugJAEBa+GEZSPc="; 9 + sha256 = "sha256-m+7cc7h9xVXKlLBTTr2L91AFWDTN+hNSycxDNO0oBAI="; 10 10 }; 11 11 12 12 installPhase = ''