mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
beamPackages.expert: 0.1.1 -> 0.1.3
Changelog: https://github.com/elixir-lang/expert/blob/v0.1.3/CHANGELOG.md
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
writeShellApplication,
|
||||
}:
|
||||
let
|
||||
version = "0.1.1";
|
||||
version = "0.1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elixir-lang";
|
||||
repo = "expert";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-J38+ESTrygj62wcOOAaq1ERM/ze3+p8Ec369Cz0F1Sg=";
|
||||
hash = "sha256-CGWWbzrBjCbz9S8f1nCLx2x6j4MFgsSd5XjgrxhuvzE=";
|
||||
};
|
||||
|
||||
engineDeps = fetchMixDeps {
|
||||
|
||||
Reference in New Issue
Block a user