Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 27ad1d515b31
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 347a49ad5d43
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 25, 2019

  1. ktlint: 0.30.0 -> 0.31.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/ktlint/versions
    r-ryantm committed Mar 25, 2019
    Copy the full SHA
    754fdc2 View commit details

Commits on Mar 29, 2019

  1. Merge pull request #58282 from r-ryantm/auto-update/ktlint

    ktlint: 0.30.0 -> 0.31.0
    Ma27 authored Mar 29, 2019
    Copy the full SHA
    347a49a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/ktlint/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/ktlint/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "ktlint-${version}";
version = "0.30.0";
version = "0.31.0";

src = fetchurl {
url = "https://github.com/shyiko/ktlint/releases/download/${version}/ktlint";
sha256 = "0l3h3q4qc7ij3sr9ij1mrhir18xic7qbzgb621fv16zgdk6rjghn";
sha256 = "0bqpflvnh423w54162r0d6l503lql1bwqykxw18s2fx1n1gb3n9a";
};

nativeBuildInputs = [ makeWrapper ];