Skip to content

Commit

Permalink
ndc-go v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Feb 27, 2025
2 parents 61fc0c3 + 6c0317f commit 8f5a9e4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions plugins/ndc-go/v1.8.0/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: ndc-go
version: "v1.8.0"
shortDescription: "CLI plugin for Hasura ndc-go"
homepage: https://github.com/hasura/ndc-sdk-go
hidden: true
platforms:
- selector: darwin-arm64
uri: "https://github.com/hasura/ndc-sdk-go/releases/download/v1.8.0/hasura-ndc-go-darwin-arm64"
sha256: "e54fd6242e226a0dd9f37a880c7425235e7f5e36ac56a79f152babaafdb123f1"
bin: "hasura-ndc-go"
files:
- from: "./hasura-ndc-go-darwin-arm64"
to: "hasura-ndc-go"
- selector: linux-arm64
uri: "https://github.com/hasura/ndc-sdk-go/releases/download/v1.8.0/hasura-ndc-go-linux-arm64"
sha256: "29120068949fdcbe059d01c68ac10114a3e53ca0e6633ace08c704583e077485"
bin: "hasura-ndc-go"
files:
- from: "./hasura-ndc-go-linux-arm64"
to: "hasura-ndc-go"
- selector: darwin-amd64
uri: "https://github.com/hasura/ndc-sdk-go/releases/download/v1.8.0/hasura-ndc-go-darwin-amd64"
sha256: "c540326e080e88ef79073855d52843994c89516e50ecf532ae96edb56f6c21c2"
bin: "hasura-ndc-go"
files:
- from: "./hasura-ndc-go-darwin-amd64"
to: "hasura-ndc-go"
- selector: windows-amd64
uri: "https://github.com/hasura/ndc-sdk-go/releases/download/v1.8.0/hasura-ndc-go-windows-amd64.exe"
sha256: "c9ce39c10aa8ce29c0c3ba3d72e4696a4980366a25f57f00e811e75716bf8814"
bin: "hasura-ndc-go.exe"
files:
- from: "./hasura-ndc-go-windows-amd64.exe"
to: "hasura-ndc-go.exe"
- selector: linux-amd64
uri: "https://github.com/hasura/ndc-sdk-go/releases/download/v1.8.0/hasura-ndc-go-linux-amd64"
sha256: "ccf55c4e6c6496463f330f5dd66abd0ccd277d05761342e75f82f42255bbcf16"
bin: "hasura-ndc-go"
files:
- from: "./hasura-ndc-go-linux-amd64"
to: "hasura-ndc-go"

0 comments on commit 8f5a9e4

Please sign in to comment.