swiftformat: 0.51.13 -> 0.51.15
This commit is contained in:
parent
e2fc859b77
commit
f1e13fe10d
2 changed files with 9 additions and 9 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "swiftformat";
|
||||
version = "0.51.13";
|
||||
version = "0.51.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nicklockwood";
|
||||
repo = "SwiftFormat";
|
||||
rev = version;
|
||||
sha256 = "sha256-8AvPA8KzejU4BI/BAX+gCjwPi4Xv0jEQbLHj9OCtasw";
|
||||
sha256 = "sha256-cxW5L2x4HOfDxyx+lm8ek2DWwseu6KmTcBLCRw9HXSE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ swift swiftpm ];
|
||||
|
@ -36,4 +36,4 @@ stdenv.mkDerivation rec {
|
|||
platforms = with lib.platforms; linux ++ darwin;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue