mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
nixpkgs: icestorm 2017.08.31 -> 2017.10.16
Also add myself to the maintainers list. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
eaeb6721d9
commit
11cd2c52c4
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "icestorm-${version}";
|
||||
version = "2017.08.31";
|
||||
version = "2017.10.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cliffordwolf";
|
||||
repo = "icestorm";
|
||||
rev = "8354bc6086f11002cc58497f91f43200a09c13a9";
|
||||
sha256 = "0mg6sp5ymdxmkyzmssyavsjicw0z74bn4lv1jqwxjnmynw5l0f9b";
|
||||
rev = "d9d2a3dcaa749014f5b9a539768b8368bb529b28";
|
||||
sha256 = "1a755jnbjq3v7a3l90qjlgihmrpbdfiiabb4g8sw3ay3qmvzwh6b";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 libftdi ];
|
||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://www.clifford.at/icestorm/;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = [ stdenv.lib.maintainers.shell ];
|
||||
maintainers = with stdenv.lib.maintainers; [ shell thoughtpolice ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user