dgraph: 24.1.3 -> 24.1.4 (#434856)

This commit is contained in:
Nick Cao
2025-08-19 16:59:54 -04:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "dgraph";
version = "24.1.3";
version = "24.1.4";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${version}";
sha256 = "sha256-d6HKhA07l6rT+8TktEWaOFw4YTfDz8O5ZhgEQkVcE/M=";
sha256 = "sha256-tvzX5pkaad/DrJkFIIjxAIJME9KHi/2KONw6fXcml18=";
};
vendorHash = "sha256-eOo2ihaabdhDRATIc5C4YEMBcA0Xl5xzBKW5GJhrTOA=";