Merge pull request #52745 from dtzWill/update/boehmgc-8.0.2
boehmgc: 8.0.0 -> 8.0.2
This commit is contained in:
commit
f11591afd9
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "boehm-gc-${version}";
|
name = "boehm-gc-${version}";
|
||||||
version = "8.0.0";
|
version = "8.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz"
|
|
||||||
"https://github.com/ivmai/bdwgc/releases/download/v${version}/gc-${version}.tar.gz"
|
"https://github.com/ivmai/bdwgc/releases/download/v${version}/gc-${version}.tar.gz"
|
||||||
|
"http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "014gjv3f1qycsv5yh3fyhvrvsig60yc288pipzr0ml4312igj8wg";
|
sha256 = "1jsixcpdwy5cgq5s9fi3bdlid9zh46vakymf3nbjffianyss932f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libatomic_ops ];
|
buildInputs = [ libatomic_ops ];
|
||||||
|
Loading…
Reference in New Issue
Block a user