swiftformat: 0.53.2 -> 0.53.3

This commit is contained in:
Spotlight 2024-03-02 16:18:42 -06:00
parent b9076efc21
commit 19d5fb703d
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709150264,
"narHash": "sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38=",
"lastModified": 1709237383,
"narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9099616b93301d5cf84274b184a3a5ec69e94e08",
"rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8",
"type": "github"
},
"original": {

View file

@ -2,13 +2,13 @@
clangStdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.53.2";
version = "0.53.3";
src = fetchFromGitHub {
owner = "nicklockwood";
repo = "SwiftFormat";
rev = version;
sha256 = "sha256-bQVbIdfBvQyo56f+T+66ldJuJ8GNPHCE8zHpa6gqNbs=";
sha256 = "sha256-fYzOKeTUIS5c5R+NobNFF/b6HQNtfAZ20FLFEW8w858=";
};
nativeBuildInputs = [ swift swiftpm ];