Unverified Commit 2612431d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

swiftformat: 0.59.1 -> 0.60.1 (#498708)

parents bacebe0a e57e421c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

swift.stdenv.mkDerivation rec {
  pname = "swiftformat";
  version = "0.59.1";
  version = "0.60.1";

  src = fetchFromGitHub {
    owner = "nicklockwood";
    repo = "SwiftFormat";
    rev = version;
    sha256 = "sha256-QOrDpLen1aRPtRmUcAIormM0XADyHZFuE9ls/LdjPzs=";
    sha256 = "sha256-IOtp+TBcWPb6RR47AoITtR+7xAulP+ZQcWukX5YYnVc=";
  };

  nativeBuildInputs = [