swiftformat: 0.58.2 -> 0.58.4 (#452901)

This commit is contained in:
Matteo Pacini
2025-10-17 13:19:57 +00:00
committed by GitHub

View File

@@ -12,13 +12,13 @@
swift.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.58.2";
version = "0.58.4";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-v0ZJzB8PndVo6x4TZuxdw4bAALemY0mubPdmUdcAuHk=";
sha256 = "sha256-GFnFTRPf4sZhLXe+VnDOndS/GhhTkZZmTTj/gR05IcI=";
};
nativeBuildInputs = [