Skip to content

Commit

Permalink
Merge pull request #95354 from r-ryantm/auto-update/dgraph
Browse files Browse the repository at this point in the history
dgraph: 20.03.4 -> 20.07.0
  • Loading branch information
risicle committed Sep 5, 2020
2 parents 03a6e94 + d6258a7 commit dc5c37e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/dgraph/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "dgraph";
version = "20.03.4";
version = "20.07.0";

src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${version}";
sha256 = "1i098wimzwna62q4wp8ipx8qjrmhrdv48kklm1jdi2sfiz18c9sc";
sha256 = "0jcr3imv6vy40c8zdahsfph5mdxkmp2yqapl5982cf0a61gj7brp";
};

vendorSha256 = "0n442nsa2whwb22dl0cjxspl8dc00rqv29zivcw9liwdzara81bw";
vendorSha256 = "0fb8ba2slav6jk93qwaw715myanivrpajfjwi654n0psr57vc7gf";

doCheck = false;

Expand Down

0 comments on commit dc5c37e

Please sign in to comment.