Unverified Commit 70456324 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

kdlfmt: 0.0.15 -> 0.0.17 (#406641)

parents 5e0cf3f2 e5d99cb0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "kdlfmt";
  version = "0.0.15";
  version = "0.0.17";

  src = fetchFromGitHub {
    owner = "hougesen";
    repo = "kdlfmt";
    rev = "v${version}";
    hash = "sha256-nnr3QXEXQGbJKjVvQXqhJ+iFBgI++AKK3wKMt2OqIYc=";
    hash = "sha256-9bn5GHlM7nYJgulNIQh1rQYuvRr5Bloyzgj2oGvBzdE=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-VMjsTVJ9pyI1pdvkD5nAgFELK+o2tl5lu6peN87ssqs=";
  cargoHash = "sha256-BaPfYXR8aYBBspnRtL2HYikCaG7YD2bqY0dKl2lQ/YA=";

  meta = {
    description = "Formatter for kdl documents";