swiftformat: 0.52.10 -> 0.52.11
This commit is contained in:
parent
66767a6461
commit
0286ca70bb
2 changed files with 8 additions and 8 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
clangStdenv.mkDerivation rec {
|
||||
pname = "swiftformat";
|
||||
version = "0.52.10";
|
||||
version = "0.52.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nicklockwood";
|
||||
repo = "SwiftFormat";
|
||||
rev = version;
|
||||
sha256 = "sha256-xPI6lOaHG2gGrOiVjYhNO+k+grff+EYrNJKYRa3mabo=";
|
||||
sha256 = "sha256-Q3mBKYrXPaBXcceg6e+CeOHLeITVTM7wrAU8m5GhXeI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ swift swiftpm ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue