From fea2043060feffbf34bd22cfa681bcccd96f341b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 8 Mar 2024 16:02:01 +0100 Subject: [PATCH] GitHub fetcher: Ignore treeHash attribute for forward compatibility See https://github.com/NixOS/nix/pull/10197. --- src/libfetchers/github.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libfetchers/github.cc b/src/libfetchers/github.cc index 498e4135793..3bdc9942563 100644 --- a/src/libfetchers/github.cc +++ b/src/libfetchers/github.cc @@ -109,6 +109,7 @@ struct GitArchiveInputScheme : InputScheme "narHash", "lastModified", "host", + "treeHash", }; }