re-flex: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2024-08-01 22:39:48 +00:00
parent a19590dd69
commit 9339e63266

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-yMFz3KrB1eIzGg0LB3U0H+XQz/DKhJOyiG8ScW9Lm7A=";
hash = "sha256-Dc/nnzJtkLgfmYnilA9FtOPtlOwTqgXtNVWhypFu5hs=";
};
outputs = [ "out" "bin" "dev" ];