swiftformat: 0.52.0 -> 0.52.1

This commit is contained in:
Spotlight 2023-08-17 14:55:31 -05:00
parent 337e7a807b
commit e632e57a07
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -1,19 +1,14 @@
{ stdenv, lib, fetchFromGitHub, swift, swiftpm, swiftPackages }: { stdenv, lib, fetchFromGitHub, swift, swiftpm, swiftPackages }:
# This derivation is impure: it relies on an Xcode toolchain being installed
# and available in the expected place. The values of sandboxProfile and
# hydraPlatforms are copied pretty directly from the MacVim derivation, which
# is also impure.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "swiftformat"; pname = "swiftformat";
version = "0.52.0"; version = "0.52.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklockwood"; owner = "nicklockwood";
repo = "SwiftFormat"; repo = "SwiftFormat";
rev = version; rev = version;
sha256 = "sha256-Y8ZbmFdrNCzfGLeA+nPc0DHXBHaUw6JFpONbm+LnTjk="; sha256 = "sha256-0JSspbYIYXfE3oDMi2EfR7pZzQsEtbvB8LJplOtq2sk=";
}; };
nativeBuildInputs = [ swift swiftpm ]; nativeBuildInputs = [ swift swiftpm ];