Merge pull request #136438 from jbedo/singularity

singularity: 3.8.1 -> 3.8.2
This commit is contained in:
Dmitry Kalinkin 2021-09-06 09:31:42 -04:00 committed by GitHub
commit b799f60438
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.8.1";
version = "3.8.2";
src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "sha256-Jkg2b7x+j8up0y+PGH6hSTVsX5CDpXgm1kE1n6hBXZo=";
sha256 = "sha256-mWYR3sQCtNNyuLlFbdnsHLQ3EtCFAuRV84UhvRmYVtM=";
};
goPackagePath = "github.com/sylabs/singularity";