about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-31 02:54:21 +0200
committerGitHub <noreply@github.com>2021-05-31 02:54:21 +0200
commit16a0c326f18e862519e1b97514b180b663fde4d9 (patch)
tree8f0a03a6697406044483ee53f0b4eaaad8ff6d51 /pkgs/applications
parentc293a38eba869f61e10c53327fb028c92317fb88 (diff)
parent044ba9b560ac3ddf74e2909b1a2810e1b66de6fa (diff)
Merge pull request #124574 from jbedo/singularity
singularity: 3.7.3 -> 3.7.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/virtualization/singularity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/singularity/default.nix b/pkgs/applications/virtualization/singularity/default.nix
index fe66df0c6d98f..2610e1f0fc6a4 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";