albyhub: 1.17.1 -> 1.17.2

This commit is contained in:
Brian Lee
2025-06-15 15:26:29 -07:00
parent f32c7f341d
commit ec65698803
2 changed files with 5 additions and 5 deletions
@@ -7,12 +7,12 @@
buildGoModule rec {
pname = "ldk-node-go";
version = "0-unstable-2025-05-21";
version = "0-unstable-2025-05-25";
src = fetchFromGitHub {
owner = "getAlby";
repo = "ldk-node-go";
rev = "ca26307fa2d8ee4d30da9affd0b202897f9919f6";
rev = "13acf1fb7bb52c76dc5a47084dc35e00108e5f28";
hash = "sha256-UdsfN6UL9lKPQSCfF8oA89U0M3pqj/TcFcs01E7WoXs=";
};
+3 -3
View File
@@ -23,16 +23,16 @@ in
buildGoModule rec {
pname = "albyhub";
version = "1.17.1";
version = "1.17.2";
src = fetchFromGitHub {
owner = "getAlby";
repo = "hub";
tag = "v${version}";
hash = "sha256-ZDTCA3nMJEA8I7PeSgwQAe+wU8Wk0GaH3ItQLzPhOBQ=";
hash = "sha256-7+5VWLO4J+ArHyTxapqVQL5GPofV4/QXCu5g+Ix9HoI=";
};
vendorHash = "sha256-4e75SqQiRUEEjtDZKDZsGSRavZFh5ulJdMz0Ne7gME0=";
vendorHash = "sha256-uk0SzrzgT9BpFGMv5qUwXonXLvVgfjjudy+rlj3j5Yo=";
proxyVendor = true; # needed for secp256k1-zkp CGO bindings
nativeBuildInputs = [