Unverified Commit f7c902a3 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

albyhub: 1.17.2 -> 1.18.2 (#425938)

parents 3e90a1e7 a02d3ae8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule {
  pname = "ldk-node-go";
  version = "0-unstable-2025-05-25";
  version = "0-unstable-2025-06-30";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "ldk-node-go";
    rev = "13acf1fb7bb52c76dc5a47084dc35e00108e5f28";
    hash = "sha256-UdsfN6UL9lKPQSCfF8oA89U0M3pqj/TcFcs01E7WoXs=";
    rev = "fc4853954f5259762ec91e6627f371a7a1241b08";
    hash = "sha256-M96Yx4jEIKa83gKx4ofWh19QZFUxSdwH2J8h1aIrbys=";
  };

  vendorHash = null;
+4 −4
Original line number Diff line number Diff line
@@ -8,19 +8,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ldk-node";
  version = "0-unstable-2025-05-21";
  version = "0-unstable-2025-06-30";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "ldk-node";
    rev = "9bb381ad38dbaa71e17816738789d993158fc1a2";
    hash = "sha256-Ie7FOSOd12mwmkEjD4r0p1ZmeYkXm5eN1LlQhWl0VG4=";
    rev = "b00326e36445312a55f9fb583a8b54cc5763b6bf";
    hash = "sha256-SDuHM7aawLXGSUxsKMlU0iH5+xs35VULX4vDGkS6xMA=";
  };

  buildFeatures = [ "uniffi" ];

  useFetchCargoVendor = true;
  cargoHash = "sha256-hM6VCU0kIg5ZmJM8C4HoybSc/VXNj6GTE/oFLfqGMcY=";
  cargoHash = "sha256-ONlN5xMU4A7ZTF4+XRbs5qAv8xQVYuMsU0bnD8Eh2gE=";

  # Skip tests because they download bitcoin-core and electrs zip files, and then fail
  doCheck = false;
+4 −4
Original line number Diff line number Diff line
@@ -23,16 +23,16 @@ in

buildGoModule (finalAttrs: {
  pname = "albyhub";
  version = "1.17.2";
  version = "1.18.2";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "hub";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7+5VWLO4J+ArHyTxapqVQL5GPofV4/QXCu5g+Ix9HoI=";
    hash = "sha256-bwM9BMLTiQmQMC6dZHgePdNp3YqoYoAyYuvCMPNtGQE=";
  };

  vendorHash = "sha256-uk0SzrzgT9BpFGMv5qUwXonXLvVgfjjudy+rlj3j5Yo=";
  vendorHash = "sha256-TWzieBzDIYvrUg9MFDjBIiMI+yB2oD9thTLnhum6Bx0=";
  proxyVendor = true; # needed for secp256k1-zkp CGO bindings

  nativeBuildInputs = [
@@ -49,7 +49,7 @@ buildGoModule (finalAttrs: {

  frontendYarnOfflineCache = fetchYarnDeps {
    yarnLock = finalAttrs.src + "/frontend/yarn.lock";
    hash = "sha256-SStTJGqeqPvXBKjFMPjKEts+jg6A9Vaqi+rZkr/ytdc=";
    hash = "sha256-ttLhICDAsg8Cvqy2AJKgS2IJZgay1tMi3Qd8RccD1jI=";
  };

  preBuild = ''