swiftformat: 0.54.1 -> 0.54.2

This commit is contained in:
Spotlight 2024-07-22 18:21:18 -05:00
parent 0b06b6f3dc
commit f65bea298c
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec { clangStdenv.mkDerivation rec {
pname = "swiftformat"; pname = "swiftformat";
version = "0.54.1"; version = "0.54.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklockwood"; owner = "nicklockwood";
repo = "SwiftFormat"; repo = "SwiftFormat";
rev = version; rev = version;
sha256 = "sha256-yhUZrKGxOdPu4aKIOBa3YaT2Ma9mohXknHBXl6WQbjQ="; sha256 = "sha256-3ADBP/yK78X7HtyPGERRhF/tFZOLVT0gVUxPN2VAMxw=";
}; };
nativeBuildInputs = [ swift swiftpm ]; nativeBuildInputs = [ swift swiftpm ];