albyhub: 1.19.2 -> 1.20.0

This commit is contained in:
Brian Lee
2025-09-25 15:09:48 -07:00
parent 8e4efc7dfa
commit bc9f4ff73e
3 changed files with 10 additions and 10 deletions
@@ -7,13 +7,13 @@
buildGoModule {
pname = "ldk-node-go";
version = "0-unstable-2025-08-22";
version = "0-unstable-2025-09-03";
src = fetchFromGitHub {
owner = "getAlby";
repo = "ldk-node-go";
rev = "93af4d511ff81466ce547b42d0c7ea6adb724ad3";
hash = "sha256-hDRjYUkV4dVT+iuO+hUpXrFZLZ9eLU50gBLEKVdXPLE=";
rev = "91db97badfc261f8c680cf64124914ef97d08d0d";
hash = "sha256-7HbwMDLi1vRWMbUzx1bHyq/r+BwEejbz7SM1j/5SdmE=";
};
vendorHash = null;
+3 -3
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ldk-node";
version = "0-unstable-2025-08-21";
version = "0-unstable-2025-09-03";
src = fetchFromGitHub {
owner = "getAlby";
repo = "ldk-node";
rev = "078a26fb3a79f1ef66443b773018a1cf917cb5da";
hash = "sha256-ZmeohMnIbJzJbo9U+t0AWKFqLSIzDL/G42cBSBCtj3Q=";
rev = "75825474e5a551bb5ae5d1cf62cc434a26c30259";
hash = "sha256-8LhR2Ep7y+zXTKKwVdqmAqedq1FoTfdL3GyhCruHnz8=";
};
buildFeatures = [ "uniffi" ];
+4 -4
View File
@@ -23,16 +23,16 @@ in
buildGoModule (finalAttrs: {
pname = "albyhub";
version = "1.19.2";
version = "1.20.0";
src = fetchFromGitHub {
owner = "getAlby";
repo = "hub";
tag = "v${finalAttrs.version}";
hash = "sha256-11mHu067/SLh83UT2AZaLfYGwbB/b+vsQSN2AxuI/p4=";
hash = "sha256-MbEKRdPyLlZE23UbwwWO1tSFhXG0Hs/m0NaHo9d4pD8=";
};
vendorHash = "sha256-h1I0PwddDzOFlJphKfej+dXgDXgkBOjrKigGwqfXbTU=";
vendorHash = "sha256-oTyMR/Nc2CngKB2f0tAqrms6E1tsqymBr1x4OhNyK/Q=";
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-ukLg+vK3yquRlWu8z3HtAaVFqtzWPR63oiK8e7b6Gg0=";
hash = "sha256-fCzrNdiZTOY/fnakwheDNny9ip1Mg/gGX7+Z2N4w6lw=";
};
preBuild = ''