re-flex: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm
2023-05-30 05:21:33 +00:00
parent 58c8583551
commit 997a334cd2
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "3.3.2";
version = "3.3.3";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-nThI0o9m2AM8LTew3TX/lz80kxGoq87geaYw/VokIVk=";
sha256 = "sha256-pfCszi75TAo9ibpuWlfIDm5OO7Eo6joNPIer4JoDJRw=";
};
nativeBuildInputs = [ boost autoconf automake ];