icestorm: 2018.12.31 -> 2019.02.23

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-02-23 11:05:41 -06:00
parent ba59a8a9df
commit 609b49ea78
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

@ -11,13 +11,13 @@ in
stdenv.mkDerivation rec {
name = "icestorm-${version}";
version = "2018.12.31";
version = "2019.02.23";
src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
rev = "c0cbae88ab47a3879aacf80d53b6a85710682a6b";
sha256 = "0bqm0rpywm64yvbq75klpyzb1g9sdsp1kvdlyqg4hvm8jw9w8lya";
rev = "3a2bfee5cbc0558641668114260d3f644d6b7c83";
sha256 = "1avc9b6w3xbmpq4y4lf9b5mym6aygh5hngzyasa9jyj0cx8mxcpf";
};
nativeBuildInputs = [ pkgconfig ];