icestorm: 2019.02.23 -> 2019.03.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
6ccf2201f9
commit
90d6653b24
@ -11,13 +11,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "icestorm-${version}";
|
name = "icestorm-${version}";
|
||||||
version = "2019.02.23";
|
version = "2019.03.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cliffordwolf";
|
owner = "cliffordwolf";
|
||||||
repo = "icestorm";
|
repo = "icestorm";
|
||||||
rev = "3a2bfee5cbc0558641668114260d3f644d6b7c83";
|
rev = "fa1c932452e8efe1dfcc6ff095e3f7130a7906b1";
|
||||||
sha256 = "1avc9b6w3xbmpq4y4lf9b5mym6aygh5hngzyasa9jyj0cx8mxcpf";
|
sha256 = "06rc1sfpdb2682dr1df3hk4m9padjnhjn0p35xq872kil276gnsk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user