hasura-cli: 2.48.6 -> 2.48.10 (#473870)

This commit is contained in:
Paul Meyer
2026-01-26 08:56:25 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "hasura";
version = "2.48.6";
version = "2.48.10";
src = fetchFromGitHub {
owner = "hasura";
repo = "graphql-engine";
rev = "v${version}";
sha256 = "sha256-99HxAjqZQ4GtUR4F7EbVNKT7BI9AHm0uj54XgZZC2Lc=";
sha256 = "sha256-L4H9Jbddyp/p4y7aUXhwzGxiroRHNLmHRu5fBlvNrqI=";
};
modRoot = "./cli";