Skip to content

Commit

Permalink
feat: set tagged version of port dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 24, 2024
1 parent fecc4fe commit f361465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/prt/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.minimum_zig_version = "0.13.0",
.dependencies = .{
.?r = .{
.url = "https://github.com/?u/?r/archive/<git_tag_or_commit_hash>.tar.gz",
.url = "https://github.com/?u/?r/archive/v?v.tar.gz",
.hash = "12200000000000000000000000000000000000000000000000000000000000000000",
},
},
Expand Down

0 comments on commit f361465

Please sign in to comment.