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

re-flex: 3.5.0 -> 3.5.1
This commit is contained in:
Pol Dellaiera 2023-11-27 21:14:27 +01:00 committed by GitHub
commit 9f1c780a7b
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.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-gk+VVfjVPopuzhrEuWNxQxKYjOFbqOGD9YS1npN71Bg=";
sha256 = "sha256-AP8889MQSAq/CIfZRDOkaqkTrT6EPqHK0bbeLa9v6h8=";
};
nativeBuildInputs = [ boost autoconf automake ];