beamPackages.expert: 0.1.0-rc.6 -> 0.1.0
Diff: https://github.com/elixir-lang/expert/compare/v0.1.0-rc.6...v0.1.0 Changelog: https://github.com/elixir-lang/expert/blob/v0.1.0/CHANGELOG.md
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
fetchMixDeps,
|
||||
}:
|
||||
let
|
||||
version = "0.1.0-rc.6";
|
||||
version = "0.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elixir-lang";
|
||||
repo = "expert";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-w3jRpQLbigQVNuuPlyoOHp6wO0gPsgdR0kwHP6Zul6Y=";
|
||||
hash = "sha256-r/SovUjU12ENT6OqbYuGK7XAmoxchUgiHTswlON/WeI=";
|
||||
};
|
||||
|
||||
engineDeps = fetchMixDeps {
|
||||
|
||||
Reference in New Issue
Block a user