Merge pull request #38163 from r-ryantm/auto-update/singularity

singularity: 2.4.2 -> 2.4.5
This commit is contained in:
Pascal Wittmann 2018-03-31 21:20:24 +02:00 committed by GitHub
commit ab8d1d8df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
name = "singularity-${version}";
version = "2.4.2";
version = "2.4.5";
enableParallelBuilding = true;
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
owner = "singularityware";
repo = "singularity";
rev = version;
sha256 = "0cpa2yp82g9j64mgr90p75ddk85kbj1qi1r6hy0sz17grqdlaxl4";
sha256 = "0wz2in07197n5c2csww864nn2qmr925lqcjsd1kmlwwnrhq6lzl3";
};
nativeBuildInputs = [ autoreconfHook makeWrapper ];