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

re-flex: 3.4.1 -> 3.5.0
This commit is contained in:
Weijia Wang 2023-10-28 03:31:21 +02:00 committed by GitHub
commit e5092f1b39
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.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-U25W/hNPol6WtBDrKsft00vr/GoRjaNEr36fq2L9FlY=";
sha256 = "sha256-gk+VVfjVPopuzhrEuWNxQxKYjOFbqOGD9YS1npN71Bg=";
};
nativeBuildInputs = [ boost autoconf automake ];