Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
icestorm: 2018.08.01 -> 2018.09.04
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Oct 2, 2018
1 parent bc0d87a commit 1e9e3ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/icestorm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "icestorm-${version}";
version = "2018.08.01";
version = "2018.09.04";

src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
rev = "8cac6c584044034210fe0ba1e6b930ff1cc59465";
sha256 = "01cnmk4khbbgzc308qj04sfwg0r8b9nh3s7xjsxdjcb3h1m9w88c";
rev = "8f61acd0556c8afee83ec2e77dedb03e700333d9";
sha256 = "1dwix8bb87xqf27dixdnfp47pll8739h9m9aw8wvvwz4s4989q6v";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 1e9e3ad

Please sign in to comment.