singularity: 2.6.0 -> 2.6.1

This commit is contained in:
scalavision 2019-02-05 14:29:54 +01:00 committed by Dmitry Kalinkin
parent 8d8e56824d
commit f392a07e61

View file

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
name = "singularity-${version}";
version = "2.6.0";
version = "2.6.1";
enableParallelBuilding = true;
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
owner = "singularityware";
repo = "singularity";
rev = version;
sha256 = "0bi7acgppbkfbra8r29s1ldq02lazdww0z2h1rfvv8spr8dzzi94";
sha256 = "0q8qq9l3s6mv74km9h8gsn5mpd0m98dhmx8vph1jp6wnrr4xyfqf";
};
nativeBuildInputs = [ autoreconfHook makeWrapper ];