apptainer: 1.2.5 -> 1.3.0

Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.0
This commit is contained in:
Gaetan Lepage 2024-03-13 16:21:57 +01:00
parent 2dbc8f62d8
commit d9b79e9307

View file

@ -7,20 +7,20 @@ let
apptainer = callPackage apptainer = callPackage
(import ./generic.nix rec { (import ./generic.nix rec {
pname = "apptainer"; pname = "apptainer";
version = "1.2.5"; version = "1.3.0";
projectName = "apptainer"; projectName = "apptainer";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "apptainer"; owner = "apptainer";
repo = "apptainer"; repo = "apptainer";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1XuqyNXyYrmIfqp8450z8+qET15hKVfj2v2iN9QPmDk="; hash = "sha256-YqPPTs7cIiMbOc8jOwr8KgUBVu2pTPlSL0Vvw/1n4co=";
}; };
# Update by running # Update by running
# nix-prefetch -E "{ sha256 }: ((import ./. { }).apptainer.override { vendorHash = sha256; }).goModules" # nix-prefetch -E "{ sha256 }: ((import ./. { }).apptainer.override { vendorHash = sha256; }).goModules"
# at the root directory of the Nixpkgs repository # at the root directory of the Nixpkgs repository
vendorHash = "sha256-Y0gOqg+WGgssXGEYHc9IFwiIpkb3hetlQI89vseAQPc="; vendorHash = "sha256-lWo6ic3Tdv1UInA5MtEaAgiheCin2JSh4nmheUooENY=";
extraDescription = " (previously known as Singularity)"; extraDescription = " (previously known as Singularity)";
extraMeta.homepage = "https://apptainer.org"; extraMeta.homepage = "https://apptainer.org";