Skip to content

Commit

Permalink
icestorm: 2020.04.22 -> 2020.07.08
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Jul 9, 2020
1 parent a8e8e99 commit f22c718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/icestorm/default.nix
Expand Up @@ -11,7 +11,7 @@

stdenv.mkDerivation rec {
pname = "icestorm";
version = "2020.04.22";
version = "2020.07.08";

passthru = rec {
pythonPkg = if usePyPy then pypy3 else python3;
Expand All @@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
rev = "cd2610e0fa1c6a90e8e4e4cfe06db1b474e752bb";
sha256 = "05ckmmvgymr7vhrpnqsiafwm8z5rhc3h91v506lzi6jpjzcs23hj";
rev = "d12308775684cf43ab923227235b4ad43060015e";
sha256 = "18ykv6np8sp7rb7c1cm3ha3qnj280gpkyn476faahb15jh0nbjmw";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit f22c718

Please sign in to comment.