Skip to content

Commit 8741714

Browse files
committed
.
1 parent 6c8304d commit 8741714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ let package = Package(
3636
// .binaryTarget(name: "lniFFI", path: "bindings/swift/lniFFI.xcframework")
3737
.binaryTarget(
3838
name: "lniFFI",
39-
url: "https://github.com/lightning-node-interface/lni/releases/download/v0.1.3/lniFFI.xcframework.zip",
40-
checksum: "bd31af9c6e7744a87d8e5283d87be241acd6693dd72d5a2c47104503ccbaaa9e"
39+
url: "https://github.com/lightning-node-interface/lni/releases/download/v0.1.2/lniFFI.xcframework.zip",
40+
checksum: "e81ffafc663c45626b2ea5fffb93f724beb28ac94b860b3732c59b8c99e49c6d"
4141
)
4242
]
4343
)

0 commit comments

Comments
 (0)