apptainer-overriden-nixos: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2026-06-04 21:54:21 +00:00
committed by Yueh-Shun Li
parent e6d44bcd4a
commit db5da36a7b

View File

@@ -9,14 +9,14 @@ let
callPackage
(import ./generic.nix rec {
pname = "apptainer";
version = "1.5.0";
version = "1.5.1";
projectName = "apptainer";
src = fetchFromGitHub {
owner = "apptainer";
repo = "apptainer";
tag = "v${version}";
hash = "sha256-zx3NPuwz3ZNJeYw4CG1/q8uwbGpA7G1/hvw6VmoCNkg=";
hash = "sha256-Urohgxo9Wbh8GieJOfstRHr4CEmepPbMJKndEFsT50Y=";
};
# Override vendorHash with overrideAttrs.