dgraph: 21.12.0 -> 22.0.0

This commit is contained in:
R. Ryantm 2022-10-22 12:21:45 +00:00
parent 00a4d236da
commit c661408f75

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dgraph";
version = "21.12.0";
version = "22.0.0";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${version}";
sha256 = "sha256-OYDWr+wJEIP7raIHsXSjvuFr2ENJOllufO5ff6lxoR4=";
sha256 = "sha256-2ZLZ1emsXmt1RjVq5Pdsbi+ItzxN/fEImOq7VBg5pxA=";
};
vendorSha256 = "sha256-YtU3Yeq/lNeq7cOB+KvHbvlH9g40WuJk1ovHxCQMG60=";
vendorSha256 = "sha256-K2Q2QBP6fJ3E2LEmZO2U/0DiQifrJVG0lcs4pO5yqrY=";
doCheck = false;