icestorm: 2018.03.21 -> 2018.05.03
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
cc8c33e159
commit
8f5c258cc1
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "icestorm-${version}";
|
name = "icestorm-${version}";
|
||||||
version = "2018.03.21";
|
version = "2018.05.03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cliffordwolf";
|
owner = "cliffordwolf";
|
||||||
repo = "icestorm";
|
repo = "icestorm";
|
||||||
rev = "4476d83f76fa0222be0b691fe27c1e0228266f82";
|
rev = "237280ce44f72c7b2e1ca671d5113dba34cc4fca";
|
||||||
sha256 = "1r43vwwz61rvdpc3kylg8yzv0flz9p4j3yc1cc4h904zsdwjx39a";
|
sha256 = "0r9xh024snaf1g2r5k524yl6lvf5rkfhqwjzcixh1m12012i5hrh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue