re-flex: 3.3.6 -> 3.3.7

This commit is contained in:
R. Ryantm 2023-07-23 03:06:29 +00:00
parent a8ba422f71
commit 53f8f97c4c

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "3.3.6";
version = "3.3.7";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-SFcb3lfvhR9BbpwM79pBs3cwKPR9KakEMcI/Thm1plo=";
sha256 = "sha256-YLWMVsfmb1cSYWtxCkTkANYRiUenkNZ7n2QFEI6SU1A=";
};
nativeBuildInputs = [ boost autoconf automake ];