swiftformat: 0.59.1 -> 0.60.1 (#498708)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-12 00:44:14 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
swift.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.59.1";
version = "0.60.1";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-QOrDpLen1aRPtRmUcAIormM0XADyHZFuE9ls/LdjPzs=";
sha256 = "sha256-IOtp+TBcWPb6RR47AoITtR+7xAulP+ZQcWukX5YYnVc=";
};
nativeBuildInputs = [