singularity: 3.8.3 -> 3.8.4

+2 -2
+2 -2
pkgs/applications/virtualization/singularity/default.nix
··· 15 15 16 16 buildGoPackage rec { 17 17 pname = "singularity"; 18 - version = "3.8.3"; 18 + version = "3.8.4"; 19 19 20 20 src = fetchurl { 21 21 url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz"; 22 - sha256 = "sha256-LiLrnuG3P91RuHgxSfDk2DwNLYoMHt9gNBV9UO7vuDU="; 22 + sha256 = "sha256-y5Xm1osNIPK4fWDyOjv3B7fT6HzuDdSqQ4D49IGlfrw="; 23 23 }; 24 24 25 25 goPackagePath = "github.com/sylabs/singularity";