0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

swiftformat: 0.55.5 -> 0.55.6 (#405483)

Co-authored-by: DimitarNestorov <DimitarNestorov@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-09 14:50:52 +00:00 committed by GitHub
commit 93bf311f43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
swift.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.55.5";
version = "0.55.6";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-AZAQSwmGNHN6ykh9ufeQLC1dEXvTt32X24MPTDh6bI8=";
sha256 = "sha256-zp7wx2PL0WSgjfWu5GSLfYb8BaTmCoF+Or6prZ4TSC4=";
};
nativeBuildInputs = [