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": [
{
"type": "git",
"url": "https://github.com/ostreedev/ostree.git",
"branch": "main"
"url": "https://github.com/ostreedev/ostree",
"tag": "v2024.9"
}
]
},