mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
boehm-gc: Update to 7.2f
This commit is contained in:
parent
dcf17d3d5d
commit
8e8adfc110
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "boehm-gc-7.2d";
|
||||
name = "boehm-gc-7.2f";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz;
|
||||
sha256 = "0phwa5driahnpn79zqff14w9yc8sn3599cxz91m78hqdcpl0mznr";
|
||||
url = http://www.hboehm.info/gc/gc_source/gc-7.2f.tar.gz;
|
||||
sha256 = "119x7p1cqw40mpwj80xfq879l9m1dkc7vbc1f3bz3kvkf8bf6p16";
|
||||
};
|
||||
|
||||
configureFlags = "--enable-cplusplus";
|
||||
|
Loading…
Reference in New Issue
Block a user