Merge pull request #97894 from TethysSvensson/fixBusybox

busybox: Fix 404 error by using git instead
This commit is contained in:
WORLDofPEACE
2020-09-13 14:25:22 -04:00
committed by GitHub
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ let
((optional (group != null) group) ++ [ owner repo ]);
escapedSlug = replaceStrings ["." "/"] ["%2E" "%2F"] slug;
escapedRev = replaceStrings ["+"] ["%2B"] rev;
escapedRev = replaceStrings ["+" "%" "/"] ["%2B" "%25" "%2F"] rev;
in
fetchzip ({