re-flex: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm 2023-10-16 23:07:24 +00:00
parent e0b3b074fb
commit 597b9d6a09

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "3.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-U25W/hNPol6WtBDrKsft00vr/GoRjaNEr36fq2L9FlY=";
sha256 = "sha256-gk+VVfjVPopuzhrEuWNxQxKYjOFbqOGD9YS1npN71Bg=";
};
nativeBuildInputs = [ boost autoconf automake ];