Merge pull request #295632 from GaetanLepage/apptainer

apptainer: 1.2.5 -> 1.3.0
This commit is contained in:
Pol Dellaiera 2024-03-15 04:52:44 +01:00 committed by GitHub
commit 2bcf18c64c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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