apptainer: 1.4.1 -> 1.4.2
Diff: https://github.com/apptainer/apptainer/compare/v1.4.1...v1.4.2 Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.4.2
This commit is contained in:
parent
67bb48c4c8
commit
566883d6b0
@ -9,14 +9,14 @@ let
|
||||
callPackage
|
||||
(import ./generic.nix rec {
|
||||
pname = "apptainer";
|
||||
version = "1.4.1";
|
||||
version = "1.4.2";
|
||||
projectName = "apptainer";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apptainer";
|
||||
repo = "apptainer";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1deSlDNk8ZI/z1eWmslesXO0ypCoMxCJMdihFPCSPIc=";
|
||||
hash = "sha256-xa35HhziEUzuNIKT1h/nOXjV5/UYkbFlJcZMApaIGfQ=";
|
||||
};
|
||||
|
||||
# Override vendorHash with overrideAttrs.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user