File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/virtualization/singularity Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments