Merge pull request #200791 from r-ryantm/auto-update/dgraph
dgraph: 22.0.0 -> 22.0.1
This commit is contained in:
commit
6753917c19
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dgraph";
|
pname = "dgraph";
|
||||||
version = "22.0.0";
|
version = "22.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dgraph-io";
|
owner = "dgraph-io";
|
||||||
repo = "dgraph";
|
repo = "dgraph";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-2ZLZ1emsXmt1RjVq5Pdsbi+ItzxN/fEImOq7VBg5pxA=";
|
sha256 = "sha256-c4gNkT1N1yPotDhRjZvuVvO5TTaL2bqR5I+Z2PcvW10=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-K2Q2QBP6fJ3E2LEmZO2U/0DiQifrJVG0lcs4pO5yqrY=";
|
vendorSha256 = "sha256-K2Q2QBP6fJ3E2LEmZO2U/0DiQifrJVG0lcs4pO5yqrY=";
|
||||||
|
|
Loading…
Reference in a new issue