lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #43157 from r-ryantm/auto-update/singularity

singularity: 2.5.1 -> 2.5.2

authored by

Frederik Rietdijk and committed by
GitHub
0d499686 fcfd66ce

+2 -2
+2 -2
pkgs/applications/virtualization/singularity/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 name = "singularity-${version}"; 22 - version = "2.5.1"; 22 + version = "2.5.2"; 23 23 24 24 enableParallelBuilding = true; 25 25 ··· 47 47 owner = "singularityware"; 48 48 repo = "singularity"; 49 49 rev = version; 50 - sha256 = "1i029qs6dfpyirhbdz0nrx2sh5fddysk4wqkjqj5m60kxs4x8a3d"; 50 + sha256 = "09wv8xagr5fjfhra5vyig0f1frfp97g99baqkh4avbzpg296q933"; 51 51 }; 52 52 53 53 nativeBuildInputs = [ autoreconfHook makeWrapper ];