mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
taler-sync: 0.14.2-unstable-2025-03-02 -> 1.0.0; add ngi team
This commit is contained in:
parent
9d72a4f1c1
commit
a0a048380e
1 changed files with 4 additions and 3 deletions
|
@ -19,12 +19,12 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "taler-sync";
|
||||
version = "0.14.2-unstable-2025-03-02";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.taler.net/sync.git";
|
||||
rev = "10d0e97f191a8bd7de07049559a2eccb29a78507";
|
||||
hash = "sha256-aihxgknPCE8tbRfncbMO/zHGg395LHVuXWyln2ryiCw=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-di+AgCCgOTvzR6Fberz1ISo6ZT+OsKikeNCU2HZHSz4=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -58,6 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://git.taler.net/sync.git";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ wegank ];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue