dgraph: 23.0.1 -> 23.1.0

This commit is contained in:
R. Ryantm 2023-08-22 06:35:30 +00:00
parent a1a55a20a6
commit 3cd98eabd5

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dgraph";
version = "23.0.1";
version = "23.1.0";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${version}";
sha256 = "sha256-FB+bgrv6KojbuXDB4FKKe7eW4d9lcm9x4gA6Ceop734=";
sha256 = "sha256-AC/5ykNH2eb6IrZ3KlU0DTP4r8RiHE5iUZFCUn6H2cw=";
};
vendorHash = "sha256-HoZpxY+xT1gRHgEpkscPXogVq2eDKGlKE6KTMIQ+mMI=";
vendorHash = "sha256-YRfFRCCm25zS+tQer6UcrBBltOxA7+Iqi+Ejyrjdu/A=";
doCheck = false;