trellis: 2020.07.27 -> 2020.11.07

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-11-12 14:14:08 -06:00
parent e80eeae690
commit bf094b11b8
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -8,26 +8,26 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "trellis"; pname = "trellis";
version = "2020.07.27"; version = "2020.11.07";
# git describe --tags # git describe --tags
realVersion = with stdenv.lib; with builtins; realVersion = with stdenv.lib; with builtins;
"1.0-182-g${substring 0 7 (elemAt srcs 0).rev}"; "1.0-469-g${substring 0 7 (elemAt srcs 0).rev}";
srcs = [ srcs = [
(fetchFromGitHub { (fetchFromGitHub {
owner = "SymbiFlow"; owner = "SymbiFlow";
repo = "prjtrellis"; repo = "prjtrellis";
rev = "8c0a6382e11b160ed88d17af8493c12a897617ed"; rev = "b013a135a9b95c18ece559e19aa73ad6c84446c9";
sha256 = "1g0ppjfw8dq5cg5kl2p1p87grb0i88apaim4f5b6wj4sfqz8iln8"; sha256 = "09bx30jm9bgdxmbxf49a27spg4yd1nk5r5mympq7xi28hq1xwjnf";
name = "trellis"; name = "trellis";
}) })
(fetchFromGitHub { (fetchFromGitHub {
owner = "SymbiFlow"; owner = "SymbiFlow";
repo = "prjtrellis-db"; repo = "prjtrellis-db";
rev = "c137076fdd8bfca3d2bf9cdacda9983dbbec599a"; rev = "2cf058e7a3ba36134d21e34823e9b2ecaaceac2c";
sha256 = "1br0vw8wwcn2qhs8kxkis5xqlr2nw7r3mf1qwjp8xckd6fa1wlcw"; sha256 = "1hjaw5jkwiaiznm2z0smy88m2cdz63cd51z4nibajfih7ikvkj6g";
name = "trellis-database"; name = "trellis-database";
}) })
]; ];