singularity: 2.4.6 -> 2.5.1

This commit is contained in:
scalavision 2018-05-08 10:40:10 +02:00
parent 7499e4a5b9
commit aad0a825f9

View File

@ -13,11 +13,12 @@
, gnused , gnused
, curl , curl
, utillinux , utillinux
, libarchive
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "singularity-${version}"; name = "singularity-${version}";
version = "2.4.6"; version = "2.5.1";
enableParallelBuilding = true; enableParallelBuilding = true;
@ -45,11 +46,11 @@ stdenv.mkDerivation rec {
owner = "singularityware"; owner = "singularityware";
repo = "singularity"; repo = "singularity";
rev = version; rev = version;
sha256 = "0bs1jqm7v7wv1kdxq8kyqn3gl5m76j0wwwgjyjnndrhczlsh5m1d"; sha256 = "1i029qs6dfpyirhbdz0nrx2sh5fddysk4wqkjqj5m60kxs4x8a3d";
}; };
nativeBuildInputs = [ autoreconfHook makeWrapper ]; nativeBuildInputs = [ autoreconfHook makeWrapper ];
buildInputs = [ coreutils gnugrep python e2fsprogs which gnutar squashfsTools gzip gnused curl utillinux ]; buildInputs = [ coreutils gnugrep python e2fsprogs which gnutar squashfsTools gzip gnused curl utillinux libarchive ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://singularity.lbl.gov/; homepage = http://singularity.lbl.gov/;