mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
apptainer: 1.3.2 -> 1.3.3
Diff: https://github.com/apptainer/apptainer/compare/v1.3.2...v1.3.3 Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.3
This commit is contained in:
parent
ae78488752
commit
b6568f2e40
@ -9,14 +9,14 @@ let
|
||||
callPackage
|
||||
(import ./generic.nix rec {
|
||||
pname = "apptainer";
|
||||
version = "1.3.2";
|
||||
version = "1.3.3";
|
||||
projectName = "apptainer";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apptainer";
|
||||
repo = "apptainer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-NseigaPmRKDsBk8v7RpYf+uoEGvQHVnqOMO49kP0mQ8=";
|
||||
hash = "sha256-xQZCQa9z1aJ2tVtxMlwcNhlm0EV/nn8OnbfaVZRm4JI=";
|
||||
};
|
||||
|
||||
# Update by running
|
||||
|
Loading…
Reference in New Issue
Block a user