swiftformat: 0.52.5 -> 0.52.6

This commit is contained in:
Spotlight 2023-10-01 12:25:35 -05:00
parent e5e6c8d54b
commit 70b7f26af1
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.52.5";
version = "0.52.6";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-mt1K2xhS5T7X1rxBfuL9kWbmznyLLFDNpzPUi8RmvPw=";
sha256 = "sha256-FTN3raz0elRWa1eCUxCFXKJi+tDahHVw2H8pNZ4pUmg=";
};
nativeBuildInputs = [ swift swiftpm ];