From c5670e3d25926a3cbe3cd052b6e34cbafcdc10f3 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 26 Nov 2022 14:18:51 -0700 Subject: [PATCH] Update zapp --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1cbea3a..58d3a24 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -65,13 +65,13 @@ install_deps() git_repository( name = "rules_zapp", remote = "https://git.arrdem.com/arrdem/rules_zapp.git", - commit = "c11c64f557410ec21a2a717381928670a244d21d", + commit = "72f82e0ace184fe862f1b19c4f71c3bc36cf335b", # tag = "0.1.2", ) # local_repository( # name = "rules_zapp", -# path = "/home/arrdem/doc/hobby/programming/lang/python/rules_zapp", +# path = "/home/arrdem/Documents/hobby/programming/lang/python/rules_zapp", # ) ####################################################################################################