mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 23:54:01 +00:00
trunk-io: 1.3.2 -> 1.3.4
This commit is contained in:
parent
9f4511da1a
commit
92222bebc3
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "trunk-io";
|
pname = "trunk-io";
|
||||||
version = "1.3.2";
|
version = "1.3.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://trunk.io/releases/launcher/${finalAttrs.version}/trunk";
|
url = "https://trunk.io/releases/launcher/${finalAttrs.version}/trunk";
|
||||||
hash = "sha256-zrfnPWHFoFQkVtxPedKrL1Y1xLZSDX3JuF0qgo/hhnE=";
|
hash = "sha256-ifvdjHtjZJ7rFHlBV1e4mJA8BB5ztJt4Ao29ZOyjCHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
@ -23,11 +23,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
passthru.updateScript = ./update.sh;
|
passthru.updateScript = ./update.sh;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://trunk.io/";
|
homepage = "https://trunk.io/";
|
||||||
description = "Developer experience toolkit used to check, test, merge, and monitor code";
|
description = "Developer experience toolkit used to check, test, merge, and monitor code";
|
||||||
license = licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
maintainers = with maintainers; [ aaronjheng ];
|
maintainers = with lib.maintainers; [ aaronjheng ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user