Skip to content

Commit a5220c9

Browse files
committed
1 parent a78a226 commit a5220c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/virtualization/singularity/packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ let
4646
callPackage
4747
(import ./generic.nix rec {
4848
pname = "singularity-ce";
49-
version = "4.3.0";
49+
version = "4.3.1";
5050
projectName = "singularity";
5151

5252
src = fetchFromGitHub {
5353
owner = "sylabs";
5454
repo = "singularity";
5555
tag = "v${version}";
56-
hash = "sha256-zmrwP5ZAsRz+1zR/VozjBiT+YGJrCnvD3Y7dUsqbQwk=";
56+
hash = "sha256-hkUM9K0AweRpLa+LZ7XOI/oDk72EKWzVN5h4Kz2w2B0=";
5757
};
5858

5959
# Override vendorHash with overrideAttrs.
6060
# See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash
61-
vendorHash = "sha256-Ayp+V8M3PP53ZLEagsxBB/r8Ci0tNIiH9NtbHpX6NmM=";
61+
vendorHash = "sha256-hAVynmVXPmQPo+Kd2ajBSU+UqBpvJ5TokOJXZwySr+w=";
6262

6363
extraConfigureFlags = [
6464
# Do not build squashfuse from the Git submodule sources, use Nixpkgs provided version

0 commit comments

Comments
 (0)