swiftformat: 0.58.5 -> 0.59.1 (#486915)

This commit is contained in:
Michael Daniels
2026-02-08 01:52:45 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
swift.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.58.5";
version = "0.59.1";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-QTfdMJpdm4m2YSZefPclGcAZFjyFgJeeWIYLf3apuFo=";
sha256 = "sha256-QOrDpLen1aRPtRmUcAIormM0XADyHZFuE9ls/LdjPzs=";
};
nativeBuildInputs = [