elvis-erlang: 5.0.3 -> 5.0.4

This commit is contained in:
R. Ryantm
2026-05-29 12:30:25 +00:00
parent f3ca7545e0
commit f0ed87f7d8
2 changed files with 5 additions and 5 deletions

View File

@@ -11,12 +11,12 @@
rebar3Relx rec {
releaseType = "escript";
pname = "elvis-erlang";
version = "5.0.3";
version = "5.0.4";
src = fetchFromGitHub {
owner = "inaka";
repo = "elvis";
hash = "sha256-4fr44qTMSc5X12aMSAOUk2gfZcJZsaCCoBMoOg6l7zE=";
hash = "sha256-T1LRumm3mP6Vfv3vEiCBm7XnkcY3GvDbe0nYcaxlrGg=";
tag = version;
};

View File

@@ -34,11 +34,11 @@ let
};
elvis_core = builder {
name = "elvis_core";
version = "5.0.3";
version = "5.0.4";
src = fetchHex {
pkg = "elvis_core";
version = "5.0.3";
sha256 = "sha256-nGWgQqVCYwB0K4mueG9ynWshjyFFyzYLi7x807Powmw=";
version = "5.0.4";
sha256 = "sha256-fgzg0yNrG1afDvE5jrJzIf2GNnJy4LFPOJDQQTrMPpo=";
};
beamDeps = [ katana_code ];
};