about summary refs log tree commit diff
path: root/pkgs/development/tools/icestorm
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2019-02-23 11:05:41 -0600
committerAustin Seipp <aseipp@pobox.com>2019-02-23 12:08:48 -0600
commit609b49ea78444441b2f8c569e4944631473bb269 (patch)
treee9e287653de42e55f6b5dc16e7336d50abf4160c /pkgs/development/tools/icestorm
parentba59a8a9df71e702ccadfb209c812e9181054709 (diff)
downloadnixlib-609b49ea78444441b2f8c569e4944631473bb269.tar
nixlib-609b49ea78444441b2f8c569e4944631473bb269.tar.gz
nixlib-609b49ea78444441b2f8c569e4944631473bb269.tar.bz2
nixlib-609b49ea78444441b2f8c569e4944631473bb269.tar.lz
nixlib-609b49ea78444441b2f8c569e4944631473bb269.tar.xz
nixlib-609b49ea78444441b2f8c569e4944631473bb269.tar.zst
nixlib-609b49ea78444441b2f8c569e4944631473bb269.zip
icestorm: 2018.12.31 -> 2019.02.23
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 5cec122950f0..b149703241e4 100644
--- a/pkgs/development/tools/icestorm/default.nix
+++ b/pkgs/development/tools/icestorm/default.nix
@@ -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 ];