truqu / elm-oauth2

OAuth 2.0 client-side utils in Elm
MIT License
81 stars 29 forks source link

Build failure due to it's dependency ivadzy/bbase64 1.1.1 #22

Closed 0-gravity closed 3 years ago

0-gravity commented 3 years ago

Build is failing with: Dependency problem! -- CORRUPT PACKAGE DATA --------------------------------------------------------

I downloaded the source code for ivadzy/bbase64 1.1.1 from:

https://github.com/ivadzy/bbase64/zipball/1.1.1/

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

Expected: 5ffd9a4d21ec0e3ac0eab3ed07e7c97832b04b98 Actual: fba597639f122a3e9eb5db876f73d191c2f0a6c7

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.

jaforcade commented 3 years ago

Looks like they renamed the package...

https://package.elm-lang.org/packages/chelovek0v/bbase64/latest/

0-gravity commented 3 years ago

Can the package be updated with renamed dependency and published? Our Azure pipeline is failing

KtorZ commented 3 years ago

It's a public repository, pull requests are welcome :)

KtorZ commented 3 years ago

See: https://github.com/truqu/elm-oauth2/releases/tag/7.0.1