swiftformat: 0.56.2 -> 0.56.3 (#415420)

Co-authored-by: bdesham <bdesham@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-09 23:59:27 +00:00
committed by GitHub
co-authored by bdesham
+2 -2
View File
@@ -12,13 +12,13 @@
swift.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.56.2";
version = "0.56.3";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-nG2ZRL1hd+0DZ91ZjYVe2JCF9Q973p3Uy/OHlHti2TM=";
sha256 = "sha256-ZPz/AAAs8L0Zn4jWbbCz2y0dVE8Ap1U16rVpxwQYUPI=";
};
nativeBuildInputs = [