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

re-flex: 3.5.1 -> 4.0.1
This commit is contained in:
Weijia Wang 2024-03-06 23:19:48 +01:00 committed by GitHub
commit 689fba893b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "3.5.1";
version = "4.0.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-AP8889MQSAq/CIfZRDOkaqkTrT6EPqHK0bbeLa9v6h8=";
sha256 = "sha256-eQ2+RthvOKCd2Dl6i+9DahJArFfOhPJkn6PI/yuaqos=";
};
nativeBuildInputs = [ boost autoconf automake ];