icestorm: 2018.02.04 -> 2018.02.14
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
8b03f62bd2
commit
3b6c08b55b
@ -2,20 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "icestorm-${version}";
|
name = "icestorm-${version}";
|
||||||
version = "2018.02.04";
|
version = "2018.02.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cliffordwolf";
|
owner = "cliffordwolf";
|
||||||
repo = "icestorm";
|
repo = "icestorm";
|
||||||
rev = "722790ad3cdb497e1b13cd1b4368d8380371eb37";
|
rev = "edbf5fce90ff0e71922a54241a1aec914cc3e230";
|
||||||
sha256 = "0l04c6dshhhdcgqg1bdlw215wbn52fsg2fm2cvavhvf64c18lwd1";
|
sha256 = "01d6xv5c4x8w8lamc8n3vnqsyn7ykhh1ws7k96d6ij5fs52k94xb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ python3 libftdi ];
|
buildInputs = [ python3 libftdi ];
|
||||||
preBuild = ''
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
makeFlags="PREFIX=$out $makeFlags"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Documentation and tools for Lattice iCE40 FPGAs";
|
description = "Documentation and tools for Lattice iCE40 FPGAs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user