Update zapp

This commit is contained in:
Reid 'arrdem' McKenzie 2022-11-26 14:18:51 -07:00
parent 66d1ed26f7
commit c5670e3d25

View file

@ -65,13 +65,13 @@ install_deps()
git_repository( git_repository(
name = "rules_zapp", name = "rules_zapp",
remote = "https://git.arrdem.com/arrdem/rules_zapp.git", remote = "https://git.arrdem.com/arrdem/rules_zapp.git",
commit = "c11c64f557410ec21a2a717381928670a244d21d", commit = "72f82e0ace184fe862f1b19c4f71c3bc36cf335b",
# tag = "0.1.2", # tag = "0.1.2",
) )
# local_repository( # local_repository(
# name = "rules_zapp", # name = "rules_zapp",
# path = "/home/arrdem/doc/hobby/programming/lang/python/rules_zapp", # path = "/home/arrdem/Documents/hobby/programming/lang/python/rules_zapp",
# ) # )
#################################################################################################### ####################################################################################################