re-flex: 3.3.4 -> 3.3.5
This commit is contained in:
parent
05a9a6a6f4
commit
e273a2f4f8
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "re-flex";
|
pname = "re-flex";
|
||||||
version = "3.3.4";
|
version = "3.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Genivia";
|
owner = "Genivia";
|
||||||
repo = "RE-flex";
|
repo = "RE-flex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Fb6Z3LejlWY1L7PkITRh4bCVKpzuwpGOeTc2ZoLxRO0=";
|
sha256 = "sha256-vZfoCtLlLV4bxXn5SUvTQ77AP+TSNpYoer7qiid6bG4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ boost autoconf automake ];
|
nativeBuildInputs = [ boost autoconf automake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user