swiftformat: 0.56.1 -> 0.56.2

This commit is contained in:
Spotlight 2025-05-27 11:45:32 -05:00
parent c9db36e7e2
commit c7f79ba883
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 11 additions and 11 deletions

View file

@ -2,13 +2,13 @@
swiftPackages.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.56.1";
version = "0.56.2";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-WxHKMMJ3CVJTuhBtpgYWT7+XyXXL/fYL9q5jeO4kLbw=";
sha256 = "sha256-nG2ZRL1hd+0DZ91ZjYVe2JCF9Q973p3Uy/OHlHti2TM=";
};
nativeBuildInputs = [ swift swiftpm ];