merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 617007a20944949cc67644cf2a4d92caa5dfa07d
parent 7ce35e4c40359591a4c85201e015f6f6e73ece3a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 22 May 2026 10:47:51 +0200

Fix nix flake for new APIs

Diffstat:
Mflake.lock | 10+++++-----
Mflake.nix | 2+-
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -52,17 +52,17 @@ "systems": "systems_6" }, "locked": { - "lastModified": 1776021477, - "narHash": "sha256-V6qYPCNgaalQi6tRkDZ+Per3PPifm1Ze2pShV6LGomg=", + "lastModified": 1779394269, + "narHash": "sha256-+UTs481V7c3Xi/fEg8pJDpajWjag9sb5Uc5uH+J/m+E=", "ref": "refs/heads/master", - "rev": "92da4e81006404494f6443781c8f55249e723847", - "revCount": 9932, + "rev": "55b7ddabb83475cc954a0ffa9f141d2b6d0abaf8", + "revCount": 9989, "submodules": true, "type": "git", "url": "https://git.gnunet.org/exchange" }, "original": { - "rev": "92da4e81006404494f6443781c8f55249e723847", + "rev": "55b7ddabb83475cc954a0ffa9f141d2b6d0abaf8", "type": "git", "url": "https://git.gnunet.org/exchange" } diff --git a/flake.nix b/flake.nix @@ -24,7 +24,7 @@ nixpkgs.url = "nixpkgs/release-25.11"; systems.url = "github:nix-systems/default"; gnunet.url = "git+https://git.gnunet.org/gnunet?rev=7c6b613e37e301b0e81fb94af5878d00c98e5b75"; - exchange.url = "git+https://git.gnunet.org/exchange?rev=92da4e81006404494f6443781c8f55249e723847"; + exchange.url = "git+https://git.gnunet.org/exchange?rev=55b7ddabb83475cc954a0ffa9f141d2b6d0abaf8"; donau.url = "git+https://git.gnunet.org/donau?rev=4f609168fe263891f134eff01f86288066acdd81"; self.submodules = true; };