tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
singularity: 3.8.3 -> 3.8.4
Justin Bedo
4 years ago
10a145c5
e4ee5dec
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
singularity
default.nix
+2
-2
pkgs/applications/virtualization/singularity/default.nix
···
15
16
buildGoPackage rec {
17
pname = "singularity";
18
-
version = "3.8.3";
19
20
src = fetchurl {
21
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
22
-
sha256 = "sha256-LiLrnuG3P91RuHgxSfDk2DwNLYoMHt9gNBV9UO7vuDU=";
23
};
24
25
goPackagePath = "github.com/sylabs/singularity";
···
15
16
buildGoPackage rec {
17
pname = "singularity";
18
+
version = "3.8.4";
19
20
src = fetchurl {
21
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
22
+
sha256 = "sha256-y5Xm1osNIPK4fWDyOjv3B7fT6HzuDdSqQ4D49IGlfrw=";
23
};
24
25
goPackagePath = "github.com/sylabs/singularity";