taler-exchange: 0.14.6-unstable-2025-03-02 -> 1.0.4; add ngi team

This commit is contained in:
eljamm
2025-05-29 10:26:37 +02:00
parent 0c4109e896
commit 1207f44285
+4 -3
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "taler-exchange";
version = "0.14.6-unstable-2025-03-02";
version = "1.0.4";
src = fetchgit {
url = "https://git.taler.net/exchange.git";
rev = "13e058a902a3dbee9d7fe327030b88c2d126675b";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-fqlYpFggQkB/IqD6V01ec+G4EtoNaA/FXigM+jqIMe0=";
hash = "sha256-k2e9pzy7vSIjCVGOVif9ntYvLcvoJA6J63vB/lg3iwA=";
};
patches = [ ./0001-add-TALER_TEMPLATING_init_path.patch ];
@@ -117,6 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://git.taler.net/exchange.git/tree/ChangeLog";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ astro ];
teams = with lib.teams; [ ngi ];
platforms = lib.platforms.linux;
};
})