Skip to content

Commit ef38f87

Browse files
authored
Fixed commit hash checkout for sharp-drm-driver
1 parent 10d651d commit ef38f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beepy-sdk/build-sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def download_sources():
479479
# ardangelo sharp driver : temporarily using Kiboneu's repo; contains patch for pull request #15 on ardangelo repo
480480
download_source("https://github.com/Kiboneu/sharp-drm-driver","sharp-drm-driver","Sharp Memory LCD DRM framebuffer driver")
481481
os.chdir(os.path.join(SRC_DIR,"sharp-drm-driver"))
482-
git("checkout","e65472734decd59450e2448d1218c4f69babcea8") # 2025-04-31
482+
git("checkout","ea98230f3b1ff9da993c85c8aa958d338bdd1847") # 2025-04-31
483483

484484
download_source("https://github.com/deniskropp/flux","flux","Flux library for DirectFB2")
485485
os.chdir(os.path.join(SRC_DIR,"flux"))

0 commit comments

Comments
 (0)