From b5049f0dde88eead2f19e847cb10eb00be59d6ea Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Wed, 26 Feb 2025 09:52:56 +0000 Subject: [PATCH] add source for reproducible build --- contrib/reproducible/guix/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/reproducible/guix/build.sh b/contrib/reproducible/guix/build.sh index 08b6e824..91827707 100755 --- a/contrib/reproducible/guix/build.sh +++ b/contrib/reproducible/guix/build.sh @@ -17,6 +17,11 @@ replace-with = "vendored_sources" git = "https://github.com/edouardparis/iced" branch = "patch-0.12.3" replace-with = "vendored_sources" + +[source."https://github.com/wizardsardine/bdk"] +git = "https://github.com/wizardsardine/bdk" +branch = "release/1.0.0-alpha.13" +replace-with = "vendored_sources" EOF ls -la .cargo/config.toml