We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbfdc3 commit 0be3824Copy full SHA for 0be3824
flatpak/dependencies.yml
@@ -28,13 +28,12 @@ modules:
28
- name: gtk4-layer-shell
29
buildsystem: meson
30
sources:
31
- - type: git
32
- url: https://github.com/wmww/gtk4-layer-shell.git
33
- tag: v1.1.0
34
- commit: 93550245220cdc514be4701b517acd374a86acc2
35
- x-checker-data:
36
- type: git
37
- tag-pattern: ^v([\d.]+)$
+ # no x-checker-data since this should be synchronized with Nix
+ #
+ # TODO: Automate this with check-zig-cache.sh
+ - type: archive
+ url: https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.1.0.tar.gz
+ sha256: 98284281260a5eef5b4f63a55f16c4bf6a788a1020a6db037ecb0f71fa336988
38
39
- name: pandoc
40
buildsystem: simple
0 commit comments