Skip to content

Commit

Permalink
boehmgc: 8.0.0 -> 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Dec 29, 2018
1 parent 9960a41 commit 0d208d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/boehm-gc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

stdenv.mkDerivation rec {
name = "boehm-gc-${version}";
version = "8.0.0";
version = "8.0.2";

src = fetchurl {
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"
"http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz"
];
sha256 = "014gjv3f1qycsv5yh3fyhvrvsig60yc288pipzr0ml4312igj8wg";
sha256 = "1jsixcpdwy5cgq5s9fi3bdlid9zh46vakymf3nbjffianyss932f";
};

buildInputs = [ libatomic_ops ];
Expand Down

0 comments on commit 0d208d9

Please sign in to comment.