File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77
88buildGoModule {
99 pname = "ldk-node-go" ;
10- version = "0-unstable-2025-06-30 " ;
10+ version = "0-unstable-2025-08-22 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "getAlby" ;
1414 repo = "ldk-node-go" ;
15- rev = "fc4853954f5259762ec91e6627f371a7a1241b08 " ;
16- hash = "sha256-M96Yx4jEIKa83gKx4ofWh19QZFUxSdwH2J8h1aIrbys =" ;
15+ rev = "93af4d511ff81466ce547b42d0c7ea6adb724ad3 " ;
16+ hash = "sha256-hDRjYUkV4dVT+iuO+hUpXrFZLZ9eLU50gBLEKVdXPLE =" ;
1717 } ;
1818
1919 vendorHash = null ;
Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage ( finalAttrs : {
1010 pname = "ldk-node" ;
11- version = "0-unstable-2025-06-30 " ;
11+ version = "0-unstable-2025-08-21 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "getAlby" ;
1515 repo = "ldk-node" ;
16- rev = "b00326e36445312a55f9fb583a8b54cc5763b6bf " ;
17- hash = "sha256-SDuHM7aawLXGSUxsKMlU0iH5+xs35VULX4vDGkS6xMA =" ;
16+ rev = "078a26fb3a79f1ef66443b773018a1cf917cb5da " ;
17+ hash = "sha256-ZmeohMnIbJzJbo9U+t0AWKFqLSIzDL/G42cBSBCtj3Q =" ;
1818 } ;
1919
2020 buildFeatures = [ "uniffi" ] ;
2121
22- cargoHash = "sha256-ONlN5xMU4A7ZTF4+XRbs5qAv8xQVYuMsU0bnD8Eh2gE =" ;
22+ cargoHash = "sha256-VLQohnbuEdnu2E+BXe2mDKFUnDVlSY09rIIvHMIQ+Hg =" ;
2323
2424 # Skip tests because they download bitcoin-core and electrs zip files, and then fail
2525 doCheck = false ;
Original file line number Diff line number Diff line change 2323
2424buildGoModule ( finalAttrs : {
2525 pname = "albyhub" ;
26- version = "1.18.5 " ;
26+ version = "1.19.2 " ;
2727
2828 src = fetchFromGitHub {
2929 owner = "getAlby" ;
3030 repo = "hub" ;
3131 tag = "v${ finalAttrs . version } " ;
32- hash = "sha256-j918jzhQs3dnPQaG4UMmoit8UvC8/3Z5+IiAZqO3OSA =" ;
32+ hash = "sha256-11mHu067/SLh83UT2AZaLfYGwbB/b+vsQSN2AxuI/p4 =" ;
3333 } ;
3434
35- vendorHash = "sha256-iMxxJQZLQOLl7v1SimtXSYH7wXFOdZcSJAaUAKDqvBY =" ;
35+ vendorHash = "sha256-h1I0PwddDzOFlJphKfej+dXgDXgkBOjrKigGwqfXbTU =" ;
3636 proxyVendor = true ; # needed for secp256k1-zkp CGO bindings
3737
3838 nativeBuildInputs = [
@@ -49,7 +49,7 @@ buildGoModule (finalAttrs: {
4949
5050 frontendYarnOfflineCache = fetchYarnDeps {
5151 yarnLock = finalAttrs . src + "/frontend/yarn.lock" ;
52- hash = "sha256-ttLhICDAsg8Cvqy2AJKgS2IJZgay1tMi3Qd8RccD1jI =" ;
52+ hash = "sha256-ukLg+vK3yquRlWu8z3HtAaVFqtzWPR63oiK8e7b6Gg0 =" ;
5353 } ;
5454
5555 preBuild = ''
You can’t perform that action at this time.
0 commit comments