about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2019-09-27 15:06:50 +0100
committerAustin Seipp <aseipp@pobox.com>2019-09-28 16:55:21 -0500
commit391ce62306da37a6a65846ca802f53f837463817 (patch)
tree0909bb68e56eb7bb3701cb8ab2f4cc5950704e1e /pkgs/development/tools
parent26d26f77a6960600da70dbddc81beb294f59a88a (diff)
downloadnixlib-391ce62306da37a6a65846ca802f53f837463817.tar
nixlib-391ce62306da37a6a65846ca802f53f837463817.tar.gz
nixlib-391ce62306da37a6a65846ca802f53f837463817.tar.bz2
nixlib-391ce62306da37a6a65846ca802f53f837463817.tar.lz
nixlib-391ce62306da37a6a65846ca802f53f837463817.tar.xz
nixlib-391ce62306da37a6a65846ca802f53f837463817.tar.zst
nixlib-391ce62306da37a6a65846ca802f53f837463817.zip
icestorm: 2019.08.31 -> 2019.09.13
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 b3ce4f8f6a71..a7af74a8dc8f 100644
--- a/pkgs/development/tools/icestorm/default.nix
+++ b/pkgs/development/tools/icestorm/default.nix
@@ -11,7 +11,7 @@
 
 stdenv.mkDerivation rec {
   pname = "icestorm";
-  version = "2019.08.31";
+  version = "2019.09.13";
 
   pythonPkg = if usePyPy then pypy3 else python3;
   pythonInterp = pythonPkg.interpreter;
@@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner  = "cliffordwolf";
     repo   = "icestorm";
-    rev    = "04f1eb78ed8fd50516aee50102675041a8fd40cd";
-    sha256 = "10jdiw4mw0afcjq7xl3xs8z733mlrx927x620vs2yz91p757jxbd";
+    rev    = "0ec00d892a91cc68e45479b46161f649caea2933";
+    sha256 = "1qlh99fafb7xga702k64fmc9m700nsddrfgcq4x8qn8fplsb64f1";
   };
 
   nativeBuildInputs = [ pkgconfig ];