trellis: 2020.02.04 -> 2020.03.25

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-03-25 06:45:57 -05:00
parent fb53797234
commit da7b603007
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D
1 changed files with 8 additions and 6 deletions

View File

@ -8,24 +8,26 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "trellis"; pname = "trellis";
version = "2020.02.04"; version = "2020.03.25";
# git describe --tags # git describe --tags
realVersion = with stdenv.lib; with builtins; realVersion = with stdenv.lib; with builtins;
"1.0-130-g${substring 0 7 (elemAt srcs 0).rev}"; "1.0-152-g${substring 0 7 (elemAt srcs 0).rev}";
srcs = [ srcs = [
(fetchFromGitHub { (fetchFromGitHub {
owner = "SymbiFlow"; owner = "SymbiFlow";
repo = "prjtrellis"; repo = "prjtrellis";
rev = "4e4b95c8e03583d48d76d1229f9c7825e2ee5be1"; rev = "c27bfc220a9f85f04173840d1ea081ba478adc9c";
sha256 = "02kg48393bjiys56r62b4ks2xvfarw9phi5bips2xsnj9c99pmg0"; sha256 = "1fyl51246ns2njvij8g7k9a9axvhz8n8g09fny5dym9q7hcx08qh";
name = "trellis"; name = "trellis";
}) })
(fetchFromGitHub { (fetchFromGitHub {
owner = "SymbiFlow"; owner = "SymbiFlow";
repo = "prjtrellis-db"; repo = "prjtrellis-db";
rev = "717478b757a702bbc7e3e11a5fbecee2a64f7922"; rev = "c137076fdd8bfca3d2bf9cdacda9983dbbec599a";
sha256 = "0q4j8qz3m2hissn2a82ck542cx62bp4f0wwzl3g22yv59i13yg83"; sha256 = "1br0vw8wwcn2qhs8kxkis5xqlr2nw7r3mf1qwjp8xckd6fa1wlcw";
name = "trellis-database"; name = "trellis-database";
}) })
]; ];