Merge pull request #235816 from r-ryantm/auto-update/re-flex

re-flex: 3.3.3 -> 3.3.4
This commit is contained in:
Weijia Wang 2023-06-04 19:15:24 +02:00 committed by GitHub
commit 37679404cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];