singularity: 3.8.4 -> 3.8.5

This commit is contained in:
Justin Bedo 2021-11-30 20:12:29 +11:00
parent 09867155a3
commit eab0561eb0
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.4";
version = "3.8.5";
src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "sha256-y5Xm1osNIPK4fWDyOjv3B7fT6HzuDdSqQ4D49IGlfrw=";
sha256 = "sha256-f/94tcB7XU0IJpvSZ6xemUOQ+TMyHlTv1rfIZoMVPOQ=";
};
goPackagePath = "github.com/sylabs/singularity";