Skip to content

Support Git tags - #44

Open
myclevorname wants to merge 1 commit into
nix-community:mainfrom
myclevorname:tags
Open

Support Git tags#44
myclevorname wants to merge 1 commit into
nix-community:mainfrom
myclevorname:tags

Conversation

@myclevorname

Copy link
Copy Markdown

One of the dependencies in
raylib has git rev 3.1.50, causing Nix to complain it is not a valid sha1 hash. I added a naive check that checks if the rev is exactly 40 characters. The only time I see this becoming an issue is if a tag's length is exactly 40 characters, but that happening in the wild is very unlikely.

One of the dependencies in
[raylib](https://github.com/raysan5/raylib/blob/master/build.zig.zon)
has git rev 3.1.50, causing Nix to complain it is not a valid sha1 hash.
I added a naive check that checks if the rev is exactly 40 characters.
The only time I see this becoming an issue is if a tag's length is
exactly 40 characters, but that happening in the wild is very unlikely.
@RossComputerGuy

Copy link
Copy Markdown
Member

Please rebase so CI reruns so we can get logs.

@RossComputerGuy

Copy link
Copy Markdown
Member

Looks like #57 may fix the problem.

@RossComputerGuy

Copy link
Copy Markdown
Member

Please rebase since #57 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants