singularity: 3.7.3 -> 3.7.4

(cherry picked from commit 044ba9b560ac3ddf74e2909b1a2810e1b66de6fa)
This commit is contained in:
Justin Bedo 2021-05-27 17:03:16 +10:00 committed by github-actions[bot]
parent fc924fc34e
commit 71499e0374
1 changed files with 2 additions and 2 deletions

View File

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