re-flex: 4.2.1 -> 4.4.0

This commit is contained in:
R. Ryantm
2024-06-13 13:11:39 +00:00
parent c9b3406603
commit 89ccfd3765
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "4.2.1";
version = "4.4.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-tWV7HnIeTao3IbT2xxsu+//4aLQLKP/+ySqrvzU139c=";
hash = "sha256-yMFz3KrB1eIzGg0LB3U0H+XQz/DKhJOyiG8ScW9Lm7A=";
};
outputs = [ "out" "bin" "dev" ];