dgraph: 22.0.1 -> 23.0.1

This commit is contained in:
R. Ryantm
2023-07-11 21:26:47 +00:00
parent 4f05a87f5e
commit 3304d3efd4
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dgraph";
version = "22.0.1";
version = "23.0.1";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${version}";
sha256 = "sha256-c4gNkT1N1yPotDhRjZvuVvO5TTaL2bqR5I+Z2PcvW10=";
sha256 = "sha256-FB+bgrv6KojbuXDB4FKKe7eW4d9lcm9x4gA6Ceop734=";
};
vendorSha256 = "sha256-K2Q2QBP6fJ3E2LEmZO2U/0DiQifrJVG0lcs4pO5yqrY=";
vendorHash = "sha256-HoZpxY+xT1gRHgEpkscPXogVq2eDKGlKE6KTMIQ+mMI=";
doCheck = false;