3
0
Fork 0
forked from mirrors/nixpkgs

re-flex: 3.3.3 -> 3.3.4

This commit is contained in:
R. Ryantm 2023-06-03 19:03:37 +00:00
parent 39addc620d
commit af49f98525

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "3.3.3";
version = "3.3.4";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-pfCszi75TAo9ibpuWlfIDm5OO7Eo6joNPIer4JoDJRw=";
sha256 = "sha256-Fb6Z3LejlWY1L7PkITRh4bCVKpzuwpGOeTc2ZoLxRO0=";
};
nativeBuildInputs = [ boost autoconf automake ];