swiftformat: 0.53.1 -> 0.53.2

This commit is contained in:
Spotlight 2024-02-18 15:44:43 -05:00
parent e374f22497
commit a2a153c749
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 8 deletions

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.53.1";
version = "0.53.2";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-8G0H3C8ZpLm2XLGmIDfOJcSmLo3COIPQQKoeKd7pNoc=";
sha256 = "sha256-bQVbIdfBvQyo56f+T+66ldJuJ8GNPHCE8zHpa6gqNbs=";
};
nativeBuildInputs = [ swift swiftpm ];