From fd52af0d6f7238bbe02fbdf8dfee3f0f74488f90 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 20 Dec 2024 18:01:42 +0100 Subject: [PATCH] singularity: 4.2.1 -> 4.2.2 Diff: https://github.com/sylabs/singularity/compare/v4.2.1...v4.2.2 Changelog: https://github.com/sylabs/singularity/releases/tag/v4.2.2 --- .../virtualization/singularity/packages.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/virtualization/singularity/packages.nix b/pkgs/applications/virtualization/singularity/packages.nix index d2190fccc6cd1..7a6a89ecc6592 100644 --- a/pkgs/applications/virtualization/singularity/packages.nix +++ b/pkgs/applications/virtualization/singularity/packages.nix @@ -15,7 +15,7 @@ let src = fetchFromGitHub { owner = "apptainer"; repo = "apptainer"; - rev = "refs/tags/v${version}"; + tag = "v${version}"; hash = "sha256-ZdSo9bKZ7Q1xwMe4SR840U3+fVpKwtiZQA5KDM5qF9M="; }; @@ -46,19 +46,19 @@ let callPackage (import ./generic.nix rec { pname = "singularity-ce"; - version = "4.2.1"; + version = "4.2.2"; projectName = "singularity"; src = fetchFromGitHub { owner = "sylabs"; repo = "singularity"; - rev = "refs/tags/v${version}"; - hash = "sha256-Go4um/bIgq2lCZvjJ2GR81XpA/JvjPholi1PzNG9Hz8="; + tag = "v${version}"; + hash = "sha256-BW+oUZh82m2QDf0tUKRLcPk3mUpkukZkVzSIfXtQwio="; }; # Override vendorHash with overrideAttrs. # See https://nixos.org/manual/nixpkgs/unstable/#buildGoModule-vendorHash - vendorHash = "sha256-CRZ42NdmJhAkV6bkl5n7rEV4Tu/h65qF5qaQ4W5wQ3w="; + vendorHash = "sha256-ed779LFPL38i/+pGlGIty9I/SvOtjF4/dOAx8zY7Y5E="; # Do not build conmon and squashfuse from the Git submodule sources, # Use Nixpkgs provided version