summary refs log tree commit diff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-11-10 08:08:26 +1100
committerJustin Bedo <cu@cua0.org>2021-11-10 08:08:26 +1100
commit10a145c518b4bfef99165d4f9d4cb5ed658b7e9c (patch)
tree70d69c475b7997eff2e55b9ff7510610241ae075
parente4ee5dec170e869da5954e667d5027ce041f2ba7 (diff)
downloadnixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.tar
nixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.tar.gz
nixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.tar.bz2
nixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.tar.lz
nixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.tar.xz
nixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.tar.zst
nixpkgs-10a145c518b4bfef99165d4f9d4cb5ed658b7e9c.zip
singularity: 3.8.3 -> 3.8.4
-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 37fad321cad..e8d78c5bb4a 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.8.3";
+  version = "3.8.4";
 
   src = fetchurl {
     url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
-    sha256 = "sha256-LiLrnuG3P91RuHgxSfDk2DwNLYoMHt9gNBV9UO7vuDU=";
+    sha256 = "sha256-y5Xm1osNIPK4fWDyOjv3B7fT6HzuDdSqQ4D49IGlfrw=";
   };
 
   goPackagePath = "github.com/sylabs/singularity";