swiftformat: 0.52.4 -> 0.52.5

This commit is contained in:
Spotlight 2023-09-30 13:38:57 -05:00
parent aee8cf924a
commit e5e6c8d54b
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.52.4";
version = "0.52.5";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-I1oKNqhRjsj2Sz4HLmtEAocD8ZmgxquHTw5KwHQ2eHM=";
sha256 = "sha256-mt1K2xhS5T7X1rxBfuL9kWbmznyLLFDNpzPUi8RmvPw=";
};
nativeBuildInputs = [ swift swiftpm ];