Skip to content

Commit

Permalink
trellis: Don't fetch from fork repo while actually fetching master fr…
Browse files Browse the repository at this point in the history
…om the original
  • Loading branch information
SuperSandro2000 committed Jan 26, 2021
1 parent 6df9963 commit 10c78e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/trellis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ stdenv.mkDerivation rec {

srcs = [
(fetchFromGitHub {
owner = "SymbiFlow";
owner = "YosysHQ";
repo = "prjtrellis";
rev = "60c05b3f4e71fd78d4fba5c31f9974694245199e";
sha256 = "1k37mxwxv9fpm6xnrxlqqap7zqh2dvgqncphj3asi2rz0kh07ppf";
name = "trellis";
})

(fetchFromGitHub {
owner = "SymbiFlow";
owner = "YosysHQ";
repo = "prjtrellis-db";
rev = "2cf058e7a3ba36134d21e34823e9b2ecaaceac2c";
sha256 = "1hjaw5jkwiaiznm2z0smy88m2cdz63cd51z4nibajfih7ikvkj6g";
Expand Down

0 comments on commit 10c78e9

Please sign in to comment.