Skip to content

Commit debf904

Browse files
committed
deps: update gdk to 0.75.2
1 parent 365106f commit debf904

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.linux-x86_64:
2-
image: $CI_REGISTRY_IMAGE/linux-x86_64@sha256:edfa176a86dac53cf1144fb7a57e231665f611ff7ea27992345fb091c02d059b
2+
image: $CI_REGISTRY_IMAGE/linux-x86_64@sha256:312badfb7ff08d5691b3b187d133a61fe6d304965135acc10c5c0473753d5672
33
extends:
44
- .build
55
tags:

ci/windows-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
windows-x86_64:build:
2-
image: $CI_REGISTRY_IMAGE/windows-x86_64@sha256:42f3091c25787b756914a7757165134768471ca9dc4ac6858f5b8c53575d9851
2+
image: $CI_REGISTRY_IMAGE/windows-x86_64@sha256:3b109f6fd4a687d12dd614fe470cfd507816505678868200af3d561f4b76786b
33
extends:
44
- .build
55
after_script:

tools/buildgdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -eo pipefail
33

44
GDK_REPO=https://github.com/Blockstream/gdk.git
5-
GDK_BRANCH=release_0.75.1
6-
GDK_COMMIT=088e1d97ce937e1ca89a23fe0ec26ffa27050893
5+
GDK_BRANCH=release_0.75.2
6+
GDK_COMMIT=48c4e352e3add7ef3ae904b0acd15cf5fe2c5cc3
77

88
mkdir -p build
99

0 commit comments

Comments
 (0)