Skip to content

Commit

Permalink
GitHub fetcher: Ignore treeHash attribute for forward compatibility
Browse files Browse the repository at this point in the history
See #10197.
  • Loading branch information
edolstra committed Mar 8, 2024
1 parent 02069f3 commit fea2043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libfetchers/github.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ struct GitArchiveInputScheme : InputScheme
"narHash",
"lastModified",
"host",
"treeHash",
};
}

Expand Down

0 comments on commit fea2043

Please sign in to comment.