dillonkearns / elm-graphql

Autogenerate type-safe GraphQL queries in Elm.

Home Page:https://package.elm-lang.org/packages/dillonkearns/elm-graphql/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corrupt package data for 5.0.5?

jlpettersson opened this issue · comments

Hi, I use version 5.0.5 and now suddenly gets this message when building:

Command failed: elm make api/Api/VerifyScalarCodecs.elm --output=/dev/null
-- CORRUPT PACKAGE DATA --------------------------------------------------------

I downloaded the source code for dillonkearns/elm-graphql 5.0.5 from:

    https://github.com/dillonkearns/elm-graphql/zipball/5.0.5/

But it looks like the hash of the archive has changed since publication:

  Expected: 7ee935a98721a63e6ec25693aad52534521fc127
    Actual: 02ce72af7451378faa93b7cb1661a0408526df9c

This usually means that the package author moved the version tag, so report it
to them and see if that is the issue. Folks on Elm slack can probably help as
well.

Any idea about what might have happened?

This was due to the GitHub issue that affected all Elm packages. It is now working again after GitHub did a rollback.