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

re-flex: 3.3.5 -> 3.3.6
This commit is contained in:
Nick Cao 2023-07-19 04:06:55 -06:00 committed by GitHub
commit 0985d47156
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.5";
version = "3.3.6";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
sha256 = "sha256-vZfoCtLlLV4bxXn5SUvTQ77AP+TSNpYoer7qiid6bG4=";
sha256 = "sha256-SFcb3lfvhR9BbpwM79pBs3cwKPR9KakEMcI/Thm1plo=";
};
nativeBuildInputs = [ boost autoconf automake ];