From e7e9daf3ff8f9f8dd0a604743a8c7ad093e264ca Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 2 Dec 2025 20:02:13 +0000 Subject: [PATCH 1/2] apptainer: 1.4.4 -> 1.4.5 Diff: https://github.com/apptainer/apptainer/compare/v1.4.4...v1.4.5 Changelog: https://github.com/apptainer/apptainer/blob/v1.4.5/CHANGELOG.md --- pkgs/applications/virtualization/singularity/packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/virtualization/singularity/packages.nix b/pkgs/applications/virtualization/singularity/packages.nix index f46042addf88..1c447a55eff4 100644 --- a/pkgs/applications/virtualization/singularity/packages.nix +++ b/pkgs/applications/virtualization/singularity/packages.nix @@ -9,19 +9,19 @@ let callPackage (import ./generic.nix rec { pname = "apptainer"; - version = "1.4.4"; + version = "1.4.5"; projectName = "apptainer"; src = fetchFromGitHub { owner = "apptainer"; repo = "apptainer"; tag = "v${version}"; - hash = "sha256-d3XcN+Jc9KHzVCHOatgpId/DeY/HhVkI9eF+48rzxO4="; + hash = "sha256-J8q/dUW5OPbMXpeZfRP3C2nseimH+HBhkSLoIAE6NlI="; }; # Override vendorHash with overrideAttrs. # See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash - vendorHash = "sha256-l8c85M9IdLNhZ40FkC+zH+0wHKcYHcXFbhMklCLULzs="; + vendorHash = "sha256-47Ri7Jdy31rIp+lon6kkpa5e7pgPevU8ajsIa/RVScY="; extraDescription = " (previously known as Singularity)"; extraMeta.homepage = "https://apptainer.org"; From 3bb08e9f62a06e42ab029425a44cc410ea006349 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 2 Dec 2025 20:05:05 +0000 Subject: [PATCH 2/2] singularity: 4.3.4 -> 4.3.5 Diff: https://github.com/sylabs/singularity/compare/v4.3.4...v4.3.5 Changelog: https://github.com/sylabs/singularity/blob/v4.3.5/CHANGELOG.md --- pkgs/applications/virtualization/singularity/packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/virtualization/singularity/packages.nix b/pkgs/applications/virtualization/singularity/packages.nix index 1c447a55eff4..c3e7383964fd 100644 --- a/pkgs/applications/virtualization/singularity/packages.nix +++ b/pkgs/applications/virtualization/singularity/packages.nix @@ -46,19 +46,19 @@ let callPackage (import ./generic.nix rec { pname = "singularity-ce"; - version = "4.3.4"; + version = "4.3.5"; projectName = "singularity"; src = fetchFromGitHub { owner = "sylabs"; repo = "singularity"; tag = "v${version}"; - hash = "sha256-+KW9XaYXNzOpUier8FJ4lbKx7uJ8jNKHkt2QX2Kiehs="; + hash = "sha256-CEOVtlfDyOPCg9CtShiQm+RFJUULosKtPkrOfd1vBuQ="; }; # Override vendorHash with overrideAttrs. # See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash - vendorHash = "sha256-JCRUhY00Zj6rlmyDW+RKoGNKhmxesgHn9XdO8h2DAj4="; + vendorHash = "sha256-/4jU2Za/1nNTXLy7+2NpGlr/fOJ4kMii0zxPJhytYpI="; extraConfigureFlags = [ # Do not build squashfuse from the Git submodule sources, use Nixpkgs provided version