swiftformat: 0.53.0 -> 0.53.1

This commit is contained in:
Spotlight 2024-01-27 21:54:06 -06:00
parent a2c941ea44
commit e3131881fa
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.53.0";
version = "0.53.1";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-E1hfhQyb32Uiie/Vv4WcXVY7BWXxPX476F0+1CzTuWU=";
sha256 = "sha256-8G0H3C8ZpLm2XLGmIDfOJcSmLo3COIPQQKoeKd7pNoc=";
};
nativeBuildInputs = [ swift swiftpm ];