Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pkgs/applications/virtualization/singularity/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ let
callPackage
(import ./generic.nix rec {
pname = "apptainer";
version = "1.5.0";
version = "1.5.2";
projectName = "apptainer";

src = fetchFromGitHub {
owner = "apptainer";
repo = "apptainer";
tag = "v${version}";
hash = "sha256-zx3NPuwz3ZNJeYw4CG1/q8uwbGpA7G1/hvw6VmoCNkg=";
hash = "sha256-Rf2QwOPgX4gZ1GtDrpNWEbw6bhydBrngbVrq9jNuT2k=";
};

# Override vendorHash with overrideAttrs.
Expand Down Expand Up @@ -46,19 +46,19 @@ let
callPackage
(import ./generic.nix rec {
pname = "singularity-ce";
version = "4.4.1";
version = "4.5.0";
projectName = "singularity";

src = fetchFromGitHub {
owner = "sylabs";
repo = "singularity";
tag = "v${version}";
hash = "sha256-lFnxh+cs5y6F/1f5uyQ3vA1E8uBKJOyOYbJy6081I5U=";
hash = "sha256-jy9frLUAmWC9TxSeDGhgqpSTDdzi8Sr/gUd90pZ9p8M=";
};

# Override vendorHash with overrideAttrs.
# See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash
vendorHash = "sha256-uqEzYj8JmZWi2Rceh+JMJ5kzUmJ4T3JAt0rto1NewlM=";
vendorHash = "sha256-Ad2C1BpFFIXeooyPNlxodjFhrggi17UXQTV1CNXZt8k=";

extraConfigureFlags = [
# Do not build squashfuse from the Git submodule sources, use Nixpkgs provided version
Expand Down
Loading