mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
beamPackages.expert: 0.1.0-rc.2 -> 0.1.0-rc.4
Changelog: https://github.com/elixir-lang/expert/blob/v0.1.0-rc.4/CHANGELOG.md
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
fetchMixDeps,
|
||||
}:
|
||||
let
|
||||
version = "0.1.0-rc.2";
|
||||
version = "0.1.0-rc.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elixir-lang";
|
||||
repo = "expert";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-5BGI0bLGCvYyMT4GNHLalin1jg9UW6qtFC7B8OssHCc=";
|
||||
hash = "sha256-DghNlNbGUTMX859Y9HYRowCXvAxZKJffodTzy94Mb5Q=";
|
||||
};
|
||||
|
||||
engineDeps = fetchMixDeps {
|
||||
|
||||
Reference in New Issue
Block a user