trellis: 2020.11.25 -> 2021.01.02

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2021-01-03 04:53:21 -06:00
parent 9a3b4e19bb
commit b7c5fe8741
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -5,18 +5,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "trellis"; pname = "trellis";
version = "2020.11.25"; version = "2021.01.02";
# git describe --tags # git describe --tags
realVersion = with stdenv.lib; with builtins; realVersion = with stdenv.lib; with builtins;
"1.0-476-g${substring 0 7 (elemAt srcs 0).rev}"; "1.0-482-g${substring 0 7 (elemAt srcs 0).rev}";
srcs = [ srcs = [
(fetchFromGitHub { (fetchFromGitHub {
owner = "SymbiFlow"; owner = "SymbiFlow";
repo = "prjtrellis"; repo = "prjtrellis";
rev = "a441cd9d0390648e96bf27096626eb2c904096de"; rev = "60c05b3f4e71fd78d4fba5c31f9974694245199e";
sha256 = "1rsck44n4mf9v3vfac51ksrhcs84s7q297nq1kjkzzvmsx09gd9k"; sha256 = "1k37mxwxv9fpm6xnrxlqqap7zqh2dvgqncphj3asi2rz0kh07ppf";
name = "trellis"; name = "trellis";
}) })