Skip to content

Commit

Permalink
Merge pull request #261289 from SubhrajyotiSen/update-ktlint
Browse files Browse the repository at this point in the history
ktlint: 1.0.0 -> 1.0.1
  • Loading branch information
wegank authored Oct 16, 2023
2 parents fb8d364 + 0055f07 commit 61a861b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ktlint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "ktlint";
version = "1.0.0";
version = "1.0.1";

src = fetchurl {
url = "https://github.com/pinterest/ktlint/releases/download/${version}/ktlint";
sha256 = "1pc1ck87l849xfy1lcdr1v3p84qyxn9725pvh09czvlqs58yy6ax";
sha256 = "15bvk6sv6fjvfq2a5yyxh3kvpkyws0pxdqbygkkrxxsl8bnr3409";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 61a861b

Please sign in to comment.