diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2021-06-06 01:32:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 01:32:27 +0200 |
| commit | 1d4a389534cdc671ac3bbe586199886b13d815bd (patch) | |
| tree | eaeb9f7c44b1b1de9cd4768c7313dbc5d192c3ae | |
| parent | gitAndTools.tig: 2.5.3 -> 2.5.4 (diff) | |
| parent | singularity: 3.7.3 -> 3.7.4 (diff) | |
| download | nixpkgs-1d4a389534cdc671ac3bbe586199886b13d815bd.tar.gz | |
Merge pull request #125012 from NixOS/backport-124574-to-release-21.05
[Backport release-21.05] singularity: 3.7.3 -> 3.7.4
| -rw-r--r-- | pkgs/applications/virtualization/singularity/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/singularity/default.nix b/pkgs/applications/virtualization/singularity/default.nix index fe66df0c6d98..2610e1f0fc6a 100644 --- a/pkgs/applications/virtualization/singularity/default.nix +++ b/pkgs/applications/virtualization/singularity/default.nix @@ -15,11 +15,11 @@ with lib; buildGoPackage rec { pname = "singularity"; - version = "3.7.3"; + version = "3.7.4"; src = fetchurl { url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz"; - sha256 = "sha256-ZmfriHXStm1zUE9AyVa0KxNRdE9IjRZCBDdiFdiF2lw="; + sha256 = "sha256-wmY2movydH9E4HWYWMP8OyMluXWogYsmaPC5exJNAWQ="; }; goPackagePath = "github.com/sylabs/singularity"; |
