Skip to content

Commit

Permalink
Merge pull request #100896 from jbedo/singularity-20.09
Browse files Browse the repository at this point in the history
[20.09] singularity: 3.6.2 -> 3.6.4
  • Loading branch information
AndersonTorres committed Oct 22, 2020
2 parents 36fa21d + 7aa0ff7 commit 1690a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/singularity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ with lib;

buildGoPackage rec {
pname = "singularity";
version = "3.6.2";
version = "3.6.4";

src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "16sd08bfa2b1qgpnd3q6k7glw0w1wyrqyf47fz2220yafrryrmyz";
sha256 = "17z7v7pjq1ibl64ir4h183sp58v2x7iv6dn6imnnhkdvss0kl8vi";
};

goPackagePath = "github.com/sylabs/singularity";
Expand Down

0 comments on commit 1690a72

Please sign in to comment.