Skip to content

Commit

Permalink
Merge pull request #81 from ja0nz/master
Browse files Browse the repository at this point in the history
fix: change GH Api Version
  • Loading branch information
sorki authored Dec 31, 2023
2 parents 78133d1 + 7460aed commit 345e49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Update/Nix/FetchGit/Prefetch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ getGitHubRevisionDate owner repo revision = do
ghState :: GitHubSettings
ghState = GitHubSettings { token = Nothing
, userAgent = "expipiplus1/update-nix-fetchgit"
, apiVersion = "v3"
, apiVersion = "2022-11-28"
}

----------------------------------------------------------------
Expand Down

0 comments on commit 345e49f

Please sign in to comment.