Use specific version of ostree, instead of its main branch

This commit is contained in:
heliguy
2024-12-18 22:23:56 -05:00
parent 14c49a3c77
commit 84fb98c510

View File

@@ -91,8 +91,8 @@
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/ostreedev/ostree.git", "url": "https://github.com/ostreedev/ostree",
"branch": "main" "tag": "v2024.9"
} }
] ]
}, },