Commit graph

6 commits

Author SHA1 Message Date
zowoq a9aa6b3110 dgraph: 1.0.17 -> 20.03.3 2020-06-07 17:52:21 +10:00
Yann Hodique 65b9a73a1a dgraph: 0.8.2 -> 1.0.17 2019-08-31 19:15:52 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Yann Hodique d02fac35a5 dgraph: 0.8.1 -> 0.8.2 2017-09-28 00:32:15 +02:00
Yann Hodique af852d08ac
dgraph: init at 0.8.1 2017-08-23 21:21:10 -07:00