Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Aug 5, 2023
1 parent a5baa48 commit bfcb8c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,10 @@ http_archive(
http_archive(
name = "fmjpeg2koj",
build_file = "//third_party:fmjpeg2koj.BUILD",
sha256 = "a8563307cb09161633479aff0880368ed57396f6d532facba973cf303d699717",
strip_prefix = "fmjpeg2koj-6de80e15a43a4d1c411109aea388007afee24263",
sha256 = "c5b203ec580cab6fbd92c24712e987e960bda45638d4c2061d0b15d5d520ab42",
strip_prefix = "fmjpeg2koj-1.0.3",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/DraconPern/fmjpeg2koj/archive/6de80e15a43a4d1c411109aea388007afee24263.tar.gz",
"https://github.com/DraconPern/fmjpeg2koj/archive/6de80e15a43a4d1c411109aea388007afee24263.tar.gz",
"https://github.com/DraconPern/fmjpeg2koj/archive/refs/tags/v1.0.3.tar.gz",
],
)

Expand Down

0 comments on commit bfcb8c1

Please sign in to comment.