Skip to content

Commit 032ea8c

Browse files
authored
apptainer: 1.4.0 -> 1.4.1 (#408173)
2 parents b1105f6 + 5d336e7 commit 032ea8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/virtualization/singularity/packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ let
99
callPackage
1010
(import ./generic.nix rec {
1111
pname = "apptainer";
12-
version = "1.4.0";
12+
version = "1.4.1";
1313
projectName = "apptainer";
1414

1515
src = fetchFromGitHub {
1616
owner = "apptainer";
1717
repo = "apptainer";
1818
tag = "v${version}";
19-
hash = "sha256-whitdwFOvQgRS9lwbsWhhm92+i1qGW+OFOreNSyvldk=";
19+
hash = "sha256-1deSlDNk8ZI/z1eWmslesXO0ypCoMxCJMdihFPCSPIc=";
2020
};
2121

2222
# Override vendorHash with overrideAttrs.

0 commit comments

Comments
 (0)