swiftformat: 0.58.5 -> 0.59.1

This commit is contained in:
Jeremy Stucki
2026-02-04 14:07:17 +01:00
parent 552fa9808d
commit de0da4865f
+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 = [