1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

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

View file

@ -8,24 +8,26 @@ let
in
stdenv.mkDerivation rec {
pname = "trellis";
version = "2020.02.04";
version = "2020.03.25";
# git describe --tags
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 = [
(fetchFromGitHub {
owner = "SymbiFlow";
repo = "prjtrellis";
rev = "4e4b95c8e03583d48d76d1229f9c7825e2ee5be1";
sha256 = "02kg48393bjiys56r62b4ks2xvfarw9phi5bips2xsnj9c99pmg0";
rev = "c27bfc220a9f85f04173840d1ea081ba478adc9c";
sha256 = "1fyl51246ns2njvij8g7k9a9axvhz8n8g09fny5dym9q7hcx08qh";
name = "trellis";
})
(fetchFromGitHub {
owner = "SymbiFlow";
repo = "prjtrellis-db";
rev = "717478b757a702bbc7e3e11a5fbecee2a64f7922";
sha256 = "0q4j8qz3m2hissn2a82ck542cx62bp4f0wwzl3g22yv59i13yg83";
rev = "c137076fdd8bfca3d2bf9cdacda9983dbbec599a";
sha256 = "1br0vw8wwcn2qhs8kxkis5xqlr2nw7r3mf1qwjp8xckd6fa1wlcw";
name = "trellis-database";
})
];