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

singularity: 3.7.2 -> 3.7.3
This commit is contained in:
Ryan Mulligan 2021-04-12 19:56:30 -07:00 committed by GitHub
commit 594ae4c2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ with lib;
buildGoPackage rec {
pname = "singularity";
version = "3.7.2";
version = "3.7.3";
src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "sha256-NpFiIuJvuTRATwdm4P82jtrDbX/DHKVx9fYJRmYJBms=";
sha256 = "sha256-ZmfriHXStm1zUE9AyVa0KxNRdE9IjRZCBDdiFdiF2lw=";
};
goPackagePath = "github.com/sylabs/singularity";