singularity: 3.8.2 -> 3.8.3

This commit is contained in:
Justin Bedo 2021-09-08 15:20:34 +10:00
parent 75ba363f87
commit c2073fcb1a
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.2";
version = "3.8.3";
src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "sha256-mWYR3sQCtNNyuLlFbdnsHLQ3EtCFAuRV84UhvRmYVtM=";
sha256 = "sha256-LiLrnuG3P91RuHgxSfDk2DwNLYoMHt9gNBV9UO7vuDU=";
};
goPackagePath = "github.com/sylabs/singularity";