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

eljamm 1207f442 0c4109e8

+4 -3
+4 -3
pkgs/by-name/ta/taler-exchange/package.nix
··· 22 23 stdenv.mkDerivation (finalAttrs: { 24 pname = "taler-exchange"; 25 - version = "0.14.6-unstable-2025-03-02"; 26 27 src = fetchgit { 28 url = "https://git.taler.net/exchange.git"; 29 - rev = "13e058a902a3dbee9d7fe327030b88c2d126675b"; 30 fetchSubmodules = true; 31 - hash = "sha256-fqlYpFggQkB/IqD6V01ec+G4EtoNaA/FXigM+jqIMe0="; 32 }; 33 34 patches = [ ./0001-add-TALER_TEMPLATING_init_path.patch ]; ··· 117 changelog = "https://git.taler.net/exchange.git/tree/ChangeLog"; 118 license = lib.licenses.agpl3Plus; 119 maintainers = with lib.maintainers; [ astro ]; 120 platforms = lib.platforms.linux; 121 }; 122 })
··· 22 23 stdenv.mkDerivation (finalAttrs: { 24 pname = "taler-exchange"; 25 + version = "1.0.4"; 26 27 src = fetchgit { 28 url = "https://git.taler.net/exchange.git"; 29 + tag = "v${finalAttrs.version}"; 30 fetchSubmodules = true; 31 + hash = "sha256-k2e9pzy7vSIjCVGOVif9ntYvLcvoJA6J63vB/lg3iwA="; 32 }; 33 34 patches = [ ./0001-add-TALER_TEMPLATING_init_path.patch ]; ··· 117 changelog = "https://git.taler.net/exchange.git/tree/ChangeLog"; 118 license = lib.licenses.agpl3Plus; 119 maintainers = with lib.maintainers; [ astro ]; 120 + teams = with lib.teams; [ ngi ]; 121 platforms = lib.platforms.linux; 122 }; 123 })