singularity: 4.1.2 -> 4.1.3

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

+3 -3
+3 -3
pkgs/applications/virtualization/singularity/packages.nix
··· 41 callPackage 42 (import ./generic.nix rec { 43 pname = "singularity-ce"; 44 - version = "4.1.2"; 45 projectName = "singularity"; 46 47 src = fetchFromGitHub { 48 owner = "sylabs"; 49 repo = "singularity"; 50 rev = "refs/tags/v${version}"; 51 - hash = "sha256-/KTDdkCMkZ5hO+VYHzw9vB8FDWxg7PS1yb2waRJQngY="; 52 }; 53 54 # Update by running 55 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 56 # at the root directory of the Nixpkgs repository 57 - vendorHash = "sha256-4Nxj2PzZmFdvouWKyXLFDk8iuRhFuvyPW/+VRTw75Zw="; 58 59 # Do not build conmon and squashfuse from the Git submodule sources, 60 # Use Nixpkgs provided version
··· 41 callPackage 42 (import ./generic.nix rec { 43 pname = "singularity-ce"; 44 + version = "4.1.3"; 45 projectName = "singularity"; 46 47 src = fetchFromGitHub { 48 owner = "sylabs"; 49 repo = "singularity"; 50 rev = "refs/tags/v${version}"; 51 + hash = "sha256-pR8zyMr23wcbDCXAysVEgGUDHkrfhLoVF3fjMLgZFYs="; 52 }; 53 54 # Update by running 55 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 56 # at the root directory of the Nixpkgs repository 57 + vendorHash = "sha256-332GFL04aE6B6vxgtJJH4TeI6YJCDBpCClJ3sc5gN3A="; 58 59 # Do not build conmon and squashfuse from the Git submodule sources, 60 # Use Nixpkgs provided version