Merge pull request #259463 from r-ryantm/auto-update/re-flex
re-flex: 3.3.8 -> 3.4.1
This commit is contained in:
commit
b96bd4df41
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "re-flex";
|
pname = "re-flex";
|
||||||
version = "3.3.8";
|
version = "3.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Genivia";
|
owner = "Genivia";
|
||||||
repo = "RE-flex";
|
repo = "RE-flex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ujBdR4NDY9TwHwghtj2uMJoLtuYpzw5cUCMSbEsXlmY=";
|
sha256 = "sha256-U25W/hNPol6WtBDrKsft00vr/GoRjaNEr36fq2L9FlY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ boost autoconf automake ];
|
nativeBuildInputs = [ boost autoconf automake ];
|
||||||
|
|
Loading…
Reference in a new issue