summary refs log tree commit diff
path: root/pkgs/development/tools/icestorm/default.nix
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-01-10 13:31:56 -0600
committerAustin Seipp <aseipp@pobox.com>2018-01-10 14:00:58 -0600
commit28cf4ce5319cc296b705d54966c72e7725b283ac (patch)
tree38fc758eec4a83fa2fa73799d831930f198958c0 /pkgs/development/tools/icestorm/default.nix
parent3b4ebab230b573b8b09986764b1d8162a7e7884d (diff)
downloadnixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.tar
nixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.tar.gz
nixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.tar.bz2
nixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.tar.lz
nixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.tar.xz
nixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.tar.zst
nixpkgs-28cf4ce5319cc296b705d54966c72e7725b283ac.zip
icestorm: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/tools/icestorm/default.nix')
-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 20f5f8d17e8..efd4265443b 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 = "2017.12.06";
+  version = "2018.01.10";
 
   src = fetchFromGitHub {
     owner  = "cliffordwolf";
     repo   = "icestorm";
-    rev    = "14b44ca866665352e7146778bb932e45b5fdedbd";
-    sha256 = "18qy7gylnydgzmqry1b4r0ilm6lkjdcyn0wj03syxdig9dbjiacm";
+    rev    = "bca8c3c88f5707213a6cc55ec7b06b576ab98809";
+    sha256 = "00g1xd70dlgvyfyk5ivj71dpk0vzx3xka60f6x3hm4frl9ahyhj7";
   };
 
   nativeBuildInputs = [ pkgconfig ];