about summary refs log tree commit diff
path: root/pkgs/development/tools/icestorm
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2017-09-02 04:03:53 -0500
committerAustin Seipp <aseipp@pobox.com>2017-09-02 04:19:11 -0500
commite3bc5171df2ba1d640da05b1dfc870e5e1557483 (patch)
treee113c045c50d6c7369ef43525ad15d2ede6569db /pkgs/development/tools/icestorm
parentfc143bf1a3b6bde93385c825d1b9cf7c84d65ac1 (diff)
icestorm: 2016.11.01 -> 2017.08.31
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/tools/icestorm')
-rw-r--r--pkgs/development/tools/icestorm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/icestorm/default.nix b/pkgs/development/tools/icestorm/default.nix
index 9bfd0123ef1d4..149901b78ea40 100644
--- a/pkgs/development/tools/icestorm/default.nix
+++ b/pkgs/development/tools/icestorm/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "icestorm-${version}";
-  version = "2016.11.01";
+  version = "2017.08.31";
 
   src = fetchFromGitHub {
     owner = "cliffordwolf";
     repo = "icestorm";
-    rev = "01b9822638d60e048c295d005257daa4c147761f";
-    sha256 = "088wnf55m9ii98w8j7qc99spq95y19xw4fnnw9mxi7cfkxxggsls";
+    rev = "8354bc6086f11002cc58497f91f43200a09c13a9";
+    sha256 = "0mg6sp5ymdxmkyzmssyavsjicw0z74bn4lv1jqwxjnmynw5l0f9b";
   };
 
   buildInputs = [ python3 libftdi ];