about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2019-04-14 23:53:14 -0500
committerAustin Seipp <aseipp@pobox.com>2019-04-15 00:17:54 -0500
commit90d6653b24785183222893afdff4d33f6b6c0b58 (patch)
treeffe1d98049c56956e1d6c88886b367c7dc84dcee /pkgs/development/tools
parent6ccf2201f914929111f5d577534f87ac3439ef80 (diff)
downloadnixlib-90d6653b24785183222893afdff4d33f6b6c0b58.tar
nixlib-90d6653b24785183222893afdff4d33f6b6c0b58.tar.gz
nixlib-90d6653b24785183222893afdff4d33f6b6c0b58.tar.bz2
nixlib-90d6653b24785183222893afdff4d33f6b6c0b58.tar.lz
nixlib-90d6653b24785183222893afdff4d33f6b6c0b58.tar.xz
nixlib-90d6653b24785183222893afdff4d33f6b6c0b58.tar.zst
nixlib-90d6653b24785183222893afdff4d33f6b6c0b58.zip
icestorm: 2019.02.23 -> 2019.03.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/tools')
-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 b149703241e4..b70fcc6f3924 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 = "2019.02.23";
+  version = "2019.03.11";
 
   src = fetchFromGitHub {
     owner  = "cliffordwolf";
     repo   = "icestorm";
-    rev    = "3a2bfee5cbc0558641668114260d3f644d6b7c83";
-    sha256 = "1avc9b6w3xbmpq4y4lf9b5mym6aygh5hngzyasa9jyj0cx8mxcpf";
+    rev    = "fa1c932452e8efe1dfcc6ff095e3f7130a7906b1";
+    sha256 = "06rc1sfpdb2682dr1df3hk4m9padjnhjn0p35xq872kil276gnsk";
   };
 
   nativeBuildInputs = [ pkgconfig ];