dgraph: 25.3.1 -> 25.3.2
https://github.com/dgraph-io/dgraph/releases/tag/v25.3.2
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user