mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
apptainer: 1.3.3 -> 1.3.4
Diff: https://github.com/apptainer/apptainer/compare/v1.3.3...v1.3.4 Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.4
This commit is contained in:
parent
13c7cdc211
commit
33fdd89a7e
@ -9,14 +9,14 @@ let
|
||||
callPackage
|
||||
(import ./generic.nix rec {
|
||||
pname = "apptainer";
|
||||
version = "1.3.3";
|
||||
version = "1.3.4";
|
||||
projectName = "apptainer";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apptainer";
|
||||
repo = "apptainer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-xQZCQa9z1aJ2tVtxMlwcNhlm0EV/nn8OnbfaVZRm4JI=";
|
||||
hash = "sha256-eByF0OpL1OKGq0wY7kw8Sv9sZuVE0K3TGIm4Chk9PC4=";
|
||||
};
|
||||
|
||||
# Update by running
|
||||
|
Loading…
Reference in New Issue
Block a user