singularity: 3.7.0 -> 3.7.1

This commit is contained in:
Justin Bedo 2021-02-02 14:05:34 +11:00
parent f0b378026d
commit efd372d82c
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -17,11 +17,11 @@ with lib;
buildGoPackage rec {
pname = "singularity";
version = "3.7.0";
version = "3.7.1";
src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "0y6lm23g6a2ljm78w8iyak7yivxvpj3i55fjbd56m9b2ykssm5pv";
sha256 = "sha256-gtLGUGNWAZXsNFUZMb48MluV6OIAnpJ1X9farTRuCDw=";
};
goPackagePath = "github.com/sylabs/singularity";