1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation (finalAttrs: {
8 url = "https://trunk.io/releases/launcher/${finalAttrs.version}/trunk";
9 hash = "sha256-kiUcc7RFPo7UWzEe2aQ2nrbI3GZ/zfxOlOdWw7YFoAs=";
17 install -D $src $out/bin/trunk
20 passthru.updateScript = ./update.sh;
23 homepage = "https://trunk.io/";
24 description = "Developer experience toolkit used to check, test, merge, and monitor code";
25 license = licenses.unfree;
26 maintainers = with maintainers; [ aaronjheng ];