mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 16:45:15 +00:00
singularity: 4.1.5 -> 4.2.0
Diff: https://github.com/sylabs/singularity/compare/v4.1.5...v4.2.0 Changelog: https://github.com/sylabs/singularity/releases/tag/v4.2.0
This commit is contained in:
parent
13c7cdc211
commit
edf1fac0e7
@ -47,20 +47,20 @@ let
|
|||||||
callPackage
|
callPackage
|
||||||
(import ./generic.nix rec {
|
(import ./generic.nix rec {
|
||||||
pname = "singularity-ce";
|
pname = "singularity-ce";
|
||||||
version = "4.1.5";
|
version = "4.2.0";
|
||||||
projectName = "singularity";
|
projectName = "singularity";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sylabs";
|
owner = "sylabs";
|
||||||
repo = "singularity";
|
repo = "singularity";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-klOnQAJfVsohJKeQbNaW6PzQ7ejhO281+vcDMoJ4WMk=";
|
hash = "sha256-CxHbUke0Y9BDnyqTRZZqNtU006XGxFj3gond1BaYZO0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Update by running
|
# Update by running
|
||||||
# nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules"
|
# nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules"
|
||||||
# at the root directory of the Nixpkgs repository
|
# at the root directory of the Nixpkgs repository
|
||||||
vendorHash = "sha256-NyNNTe2X5OuDun6xNiRLGzvUxcRM4S7fD68I+I6IMKs=";
|
vendorHash = "sha256-R4hMg5TX5YXtnBopl7CYYCwA540BAx98/aaNfLpExV4=";
|
||||||
|
|
||||||
# Do not build conmon and squashfuse from the Git submodule sources,
|
# Do not build conmon and squashfuse from the Git submodule sources,
|
||||||
# Use Nixpkgs provided version
|
# Use Nixpkgs provided version
|
||||||
|
Loading…
Reference in New Issue
Block a user