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

re-flex: 3.3.8 -> 3.4.1
This commit is contained in:
Weijia Wang 2023-10-13 04:19:40 +02:00 committed by GitHub
commit b96bd4df41
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.8";
version = "3.4.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-ujBdR4NDY9TwHwghtj2uMJoLtuYpzw5cUCMSbEsXlmY=";
sha256 = "sha256-U25W/hNPol6WtBDrKsft00vr/GoRjaNEr36fq2L9FlY=";
};
nativeBuildInputs = [ boost autoconf automake ];