Skip to content

Commit

Permalink
Merge pull request #105075 from r-ryantm/auto-update/singularity
Browse files Browse the repository at this point in the history
singularity: 3.6.4 -> 3.7.0
  • Loading branch information
SuperSandro2000 committed Nov 26, 2020
2 parents 40e1df7 + 1b0e3aa commit d3badf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/singularity/default.nix
Expand Up @@ -17,11 +17,11 @@ with lib;

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

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

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

0 comments on commit d3badf3

Please sign in to comment.