flatpak: Pin libblockdev down

Compilation doesn't work after the pinned commit.
This commit is contained in:
Adrien Plazas 2021-02-01 12:58:12 +01:00 committed by Robert Ancell
parent 2925509472
commit 2e2b794b45

View file

@ -744,7 +744,8 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "https://github.com/storaged-project/libblockdev.git" "url" : "https://github.com/storaged-project/libblockdev.git",
"commit" : "f90a33aa03a50eff79e2dc932a8e7742f94d5927"
} }
] ]
}, },