Commit897655d7Recorded29 Mar 2026Repositorysigil-app

Pin dependencies to version tags

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -3,7 +3,7 @@
3
;;; Provides windowing, input handling, and application lifecycle management
4
;;; via sokol_app. This is the base package for interactive applications.
5
6
(define sigil-repo "codeberg:sigil/sigil")
+6
(define sigil-repo "codeberg:sigil/sigil#v0.8.0")
7
8
(package
9
name: "sigil-app"