Skip to content

Commit 5d336e7

Browse files
committed
1 parent bc75094 commit 5d336e7

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)