Merge pull request #240542 from SubhrajyotiSen/update-ktlint

ktlint: 0.49.1 -> 0.50.0
This commit is contained in:
Pol Dellaiera 2023-07-01 23:44:27 +02:00 committed by GitHub
commit e7305a4a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ktlint";
version = "0.49.1";
version = "0.50.0";
src = fetchurl {
url = "https://github.com/pinterest/ktlint/releases/download/${version}/ktlint";
sha256 = "1k2byxqvgr2xll4jj0ck8w3qdgkvjhwkag18inxjakcl99knygrb";
sha256 = "01qh85kclksgv484cwma7jyaxlz8rgk14l4mxcvzp2flprdnzgd2";
};
nativeBuildInputs = [ makeWrapper ];
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
platforms = jre_headless.meta.platforms;
changelog = "https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md";
maintainers = with maintainers; [ tadfisher SubhrajyotiSen ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
}