trunk-io: 1.3.1 -> 1.3.2

This commit is contained in:
Aaron Jheng
2024-09-09 02:16:41 +00:00
parent fcf3c29623
commit 7d19fce176
+3 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "trunk-io";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "https://trunk.io/releases/launcher/${finalAttrs.version}/trunk";
hash = "sha256-kiUcc7RFPo7UWzEe2aQ2nrbI3GZ/zfxOlOdWw7YFoAs=";
hash = "sha256-zrfnPWHFoFQkVtxPedKrL1Y1xLZSDX3JuF0qgo/hhnE=";
};
dontUnpack = true;
@@ -23,6 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://trunk.io/";
description = "Developer experience toolkit used to check, test, merge, and monitor code";
license = licenses.unfree;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ aaronjheng ];
};
})