taler-merchant: 0.14.6-unstable-2025-03-02 -> 1.0.1; add ngi team

eljamm 9d72a4f1 1207f442

+4 -3
+4 -3
pkgs/by-name/ta/taler-merchant/package.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "taler-merchant"; 18 - version = "0.14.6-unstable-2025-03-02"; 18 + version = "1.0.1"; 19 19 20 20 src = fetchgit { 21 21 url = "https://git.taler.net/merchant.git"; 22 - rev = "c84ed905e2d4af60162a7def5c0fc430394930e6"; 22 + tag = "v${finalAttrs.version}"; 23 23 fetchSubmodules = true; 24 - hash = "sha256-LXmrY8foiYOxCik23d3f4t9+tldbm7bVGG8eQOLsm+A="; 24 + hash = "sha256-H/JqMGLP0u68g/bMqsollAk6sKL73TCZ9no49psYST0="; 25 25 }; 26 26 27 27 postUnpack = '' ··· 93 93 changelog = "https://git.taler.net/merchant.git/tree/ChangeLog"; 94 94 license = lib.licenses.agpl3Plus; 95 95 maintainers = with lib.maintainers; [ astro ]; 96 + teams = with lib.teams; [ ngi ]; 96 97 platforms = lib.platforms.linux; 97 98 }; 98 99 })