beamPackages.expert: 0.1.0-rc.6 -> 0.1.0 (#505026)

This commit is contained in:
Adam C. Stephens
2026-03-30 16:15:59 +00:00
committed by GitHub
@@ -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 {