ktlint: 0.34.0 -> 0.34.2
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
This commit is contained in:
parent
ffbb4d26f9
commit
ac8f6a4b76
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ktlint-${version}";
|
name = "ktlint-${version}";
|
||||||
version = "0.34.0";
|
version = "0.34.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/shyiko/ktlint/releases/download/${version}/ktlint";
|
url = "https://github.com/shyiko/ktlint/releases/download/${version}/ktlint";
|
||||||
sha256 = "1mry999aqmbljp2ybkgf9hps8z4aa254b1bsivi559gzsvdkmqh7";
|
sha256 = "1v1s4y8ads2s8hjsjacxni1j0dbmnhilhnfs0xabr3aljqs15wb2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue