singularity: 4.0.1 -> 4.0.2

Changelog: https://github.com/sylabs/singularity/releases/tag/v4.0.2

authored by

Gaetan Lepage and committed by
Weijia Wang
0e1b638d d6400c8a

+3 -3
+3 -3
pkgs/applications/virtualization/singularity/packages.nix
··· 38 singularity = callPackage 39 (import ./generic.nix rec { 40 pname = "singularity-ce"; 41 - version = "4.0.1"; 42 projectName = "singularity"; 43 44 src = fetchFromGitHub { 45 owner = "sylabs"; 46 repo = "singularity"; 47 rev = "refs/tags/v${version}"; 48 - hash = "sha256-rdpIAiLh4mlSu+1UUDN79gIzxy5X5wOB5XOW9oBm+HU="; 49 }; 50 51 # Update by running 52 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 53 # at the root directory of the Nixpkgs repository 54 - vendorHash = "sha256-kV4Yu9MBoF8spJroWqLOUt2v8YV79AoNUG9hYgPgXRc="; 55 56 # Do not build conmon and squashfuse from the Git submodule sources, 57 # Use Nixpkgs provided version
··· 38 singularity = callPackage 39 (import ./generic.nix rec { 40 pname = "singularity-ce"; 41 + version = "4.0.2"; 42 projectName = "singularity"; 43 44 src = fetchFromGitHub { 45 owner = "sylabs"; 46 repo = "singularity"; 47 rev = "refs/tags/v${version}"; 48 + hash = "sha256-R+vAKYR4lJmC7PIITYyg4UeGYjGXoPqqUai3HmPzwG0="; 49 }; 50 51 # Update by running 52 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 53 # at the root directory of the Nixpkgs repository 54 + vendorHash = "sha256-z3VozeMpaqh4ddZxB3xqo25Gm+8JYeIwASOq+Mmerr4="; 55 56 # Do not build conmon and squashfuse from the Git submodule sources, 57 # Use Nixpkgs provided version