Unverified Commit 5c299d60 authored by 2kybe3's avatar 2kybe3
Browse files

albyhub: 1.21.0 -> 1.21.6

parent 87d58028
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-09-03";
  version = "0-unstable-2026-02-10";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "ldk-node-go";
    rev = "91db97badfc261f8c680cf64124914ef97d08d0d";
    hash = "sha256-7HbwMDLi1vRWMbUzx1bHyq/r+BwEejbz7SM1j/5SdmE=";
    rev = "f4fc565783308dd4835ba1473a17f25162db9c36";
    hash = "sha256-jemAzRuZU9aQpENwWtvyGAh9EJUgeb1f1SCx/FpOOPc=";
  };

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

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ldk-node";
  version = "0-unstable-2025-09-03";
  version = "0-unstable-2026-02-10";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "ldk-node";
    rev = "75825474e5a551bb5ae5d1cf62cc434a26c30259";
    hash = "sha256-8LhR2Ep7y+zXTKKwVdqmAqedq1FoTfdL3GyhCruHnz8=";
    rev = "3996cf18b10545f54c377212e155bb6bd664888e";
    hash = "sha256-mjIs7CeTRQ7Xuk9V/6LeXMDRZsd/wljeFHZ2vgEe1hg=";
  };

  buildFeatures = [ "uniffi" ];

  cargoHash = "sha256-VLQohnbuEdnu2E+BXe2mDKFUnDVlSY09rIIvHMIQ+Hg=";
  cargoHash = "sha256-30eLUzxBiGwQqWOD8MR9eOG8LWM5T8eTQuMTK3bjmV8=";

  # Skip tests because they download bitcoin-core and electrs zip files, and then fail
  doCheck = false;
+4 −6
Original line number Diff line number Diff line
@@ -5,12 +5,10 @@
  fetchYarnDeps,
  fixup-yarn-lock,
  nodejs,
  pkgs,
  yarn,
  stdenv,
  makeWrapper,
  callPackage,
  go,
}:

let
@@ -23,16 +21,16 @@ in

buildGoModule (finalAttrs: {
  pname = "albyhub";
  version = "1.21.0";
  version = "1.21.6";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "hub";
    tag = "v${finalAttrs.version}";
    hash = "sha256-9NtXnEOHgzYM3QUwFKBJ90ZGghgU2/i+hATim4N/JSs=";
    hash = "sha256-xjFEou+mDtEf7079en5ypoU5P0tf+looeHZS4j1jKzg=";
  };

  vendorHash = "sha256-V3uWofAchbLgIadwH4IGyv2lr0cLSz2QCQ6ffhPP9n0=";
  vendorHash = "sha256-NJeIEFc8oc5rMWAuvrgsnOi3j779mhwMKSALswRy+nE=";
  proxyVendor = true; # needed for secp256k1-zkp CGO bindings

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

  frontendYarnOfflineCache = fetchYarnDeps {
    yarnLock = finalAttrs.src + "/frontend/yarn.lock";
    hash = "sha256-ikGH45JKheivNKwF7juC6rmwU51S3qiicDdYLzjgFJE=";
    hash = "sha256-wdKm8Zk2iAPvH+EbQxvznctkqHgx8xl/Im37vHmHnoA=";
  };

  preBuild = ''