Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 40e1df7cf9f0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3badf3b435f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. singularity: 3.6.4 -> 3.7.0

    r-ryantm committed Nov 26, 2020
    Copy the full SHA
    1b0e3aa View commit details
  2. Merge pull request #105075 from r-ryantm/auto-update/singularity

    singularity: 3.6.4 -> 3.7.0
    SuperSandro2000 authored Nov 26, 2020
    Copy the full SHA
    d3badf3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/virtualization/singularity/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/singularity/default.nix
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@ with lib;

buildGoPackage rec {
pname = "singularity";
version = "3.6.4";
version = "3.7.0";

src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "17z7v7pjq1ibl64ir4h183sp58v2x7iv6dn6imnnhkdvss0kl8vi";
sha256 = "0y6lm23g6a2ljm78w8iyak7yivxvpj3i55fjbd56m9b2ykssm5pv";
};

goPackagePath = "github.com/sylabs/singularity";