dgraph: 25.3.1 -> 25.3.2

https://github.com/dgraph-io/dgraph/releases/tag/v25.3.2
This commit is contained in:
Sarah Clark
2026-04-16 09:53:17 -07:00
parent 9d8105c624
commit aad39cb395
+3 -3
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "dgraph";
version = "25.3.1";
version = "25.3.2";
src = fetchFromGitHub {
owner = "dgraph-io";
repo = "dgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-M12/HtOtY3AMUb5HiFLf0PGV5IEfDOUh6KMXhacHdGg=";
tag = "v${finalAttrs.version}";
hash = "sha256-tKKDCYaQxIW8JFKLUxg8i+QVDu4H+9GZOYTHB51YRn4=";
};
vendorHash = "sha256-C7wJ12OjCc7WzxpVtsAsaj7leRLfcVFmp1xHcaNAsQw=";