about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-03-07 18:31:41 -0600
committerAustin Seipp <aseipp@pobox.com>2018-03-08 21:23:20 -0600
commit679dfdb40d66f1445f0122dd7902a1de4883d441 (patch)
treef7ef47aaefd01dd040c17ff6af24d62e60790c07 /pkgs/development/compilers
parented6a4f47f87bf7926e13f82de60c76583e04bf3a (diff)
downloadnixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.tar
nixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.tar.gz
nixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.tar.bz2
nixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.tar.lz
nixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.tar.xz
nixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.tar.zst
nixlib-679dfdb40d66f1445f0122dd7902a1de4883d441.zip
yosys: 2018.02.14 -> 2018.03.07
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/yosys/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/yosys/default.nix b/pkgs/development/compilers/yosys/default.nix
index 063fd71c0433..b087eca30c05 100644
--- a/pkgs/development/compilers/yosys/default.nix
+++ b/pkgs/development/compilers/yosys/default.nix
@@ -6,14 +6,14 @@ with builtins;
 
 stdenv.mkDerivation rec {
   name = "yosys-${version}";
-  version = "2018.02.14";
+  version = "2018.03.07";
 
   srcs = [
     (fetchFromGitHub {
       owner  = "yosyshq";
       repo   = "yosys";
-      rev    = "c1abd3b02cab235334342f3520e2535eb74c5792";
-      sha256 = "0pzrplv4p0qzy115rg19lxv4w274iby337zfd7hhlinnpx3gzqvw";
+      rev    = "8b604004dae31f7f3120685dd05d16a4bace904a";
+      sha256 = "18i4l5rka3l9lg8cdpigprw80im293j3bmv0zab1gxf3rhbjpcb7";
       name   = "yosys";
     })