We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8304d commit 8741714Copy full SHA for 8741714
Package.swift
@@ -36,8 +36,8 @@ let package = Package(
36
// .binaryTarget(name: "lniFFI", path: "bindings/swift/lniFFI.xcframework")
37
.binaryTarget(
38
name: "lniFFI",
39
- url: "https://github.com/lightning-node-interface/lni/releases/download/v0.1.3/lniFFI.xcframework.zip",
40
- checksum: "bd31af9c6e7744a87d8e5283d87be241acd6693dd72d5a2c47104503ccbaaa9e"
+ url: "https://github.com/lightning-node-interface/lni/releases/download/v0.1.2/lniFFI.xcframework.zip",
+ checksum: "e81ffafc663c45626b2ea5fffb93f724beb28ac94b860b3732c59b8c99e49c6d"
41
)
42
]
43
0 commit comments