singularity: 3.8.3 -> 3.8.4

This commit is contained in:
Justin Bedo 2021-11-10 08:08:26 +11:00
parent e4ee5dec17
commit 10a145c518
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

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