singularity: 4.3.0 -> 4.3.1 (#397930)

authored by Sandro and committed by GitHub 785eec1b aaed20ac

+3 -3
+3 -3
pkgs/applications/virtualization/singularity/packages.nix
··· 46 callPackage 47 (import ./generic.nix rec { 48 pname = "singularity-ce"; 49 - version = "4.3.0"; 50 projectName = "singularity"; 51 52 src = fetchFromGitHub { 53 owner = "sylabs"; 54 repo = "singularity"; 55 tag = "v${version}"; 56 - hash = "sha256-zmrwP5ZAsRz+1zR/VozjBiT+YGJrCnvD3Y7dUsqbQwk="; 57 }; 58 59 # Override vendorHash with overrideAttrs. 60 # See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash 61 - vendorHash = "sha256-Ayp+V8M3PP53ZLEagsxBB/r8Ci0tNIiH9NtbHpX6NmM="; 62 63 extraConfigureFlags = [ 64 # Do not build squashfuse from the Git submodule sources, use Nixpkgs provided version
··· 46 callPackage 47 (import ./generic.nix rec { 48 pname = "singularity-ce"; 49 + version = "4.3.1"; 50 projectName = "singularity"; 51 52 src = fetchFromGitHub { 53 owner = "sylabs"; 54 repo = "singularity"; 55 tag = "v${version}"; 56 + hash = "sha256-hkUM9K0AweRpLa+LZ7XOI/oDk72EKWzVN5h4Kz2w2B0="; 57 }; 58 59 # Override vendorHash with overrideAttrs. 60 # See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash 61 + vendorHash = "sha256-hAVynmVXPmQPo+Kd2ajBSU+UqBpvJ5TokOJXZwySr+w="; 62 63 extraConfigureFlags = [ 64 # Do not build squashfuse from the Git submodule sources, use Nixpkgs provided version