dgraph: 22.0.0 -> 22.0.1

This commit is contained in:
R. Ryantm 2022-11-12 03:31:55 +00:00
parent 0bbe13d612
commit 7b9e5f4233

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dgraph";
version = "22.0.0";
version = "22.0.1";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${version}";
sha256 = "sha256-2ZLZ1emsXmt1RjVq5Pdsbi+ItzxN/fEImOq7VBg5pxA=";
sha256 = "sha256-c4gNkT1N1yPotDhRjZvuVvO5TTaL2bqR5I+Z2PcvW10=";
};
vendorSha256 = "sha256-K2Q2QBP6fJ3E2LEmZO2U/0DiQifrJVG0lcs4pO5yqrY=";