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

kdlfmt: 0.0.14 -> 0.0.15 (#391512)

parents a3ff00b1 447c76f9
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.14";
  version = "0.0.15";

  src = fetchFromGitHub {
    owner = "hougesen";
    repo = "kdlfmt";
    rev = "v${version}";
    hash = "sha256-90sGzc+UBy3Va/FYXHTVcwIkbx01avp4Z/aHiOxMj6w=";
    hash = "sha256-nnr3QXEXQGbJKjVvQXqhJ+iFBgI++AKK3wKMt2OqIYc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-ocH8o2prf+1POZknbl5+svo0JU7sX0k8NvOkkidhOqA=";
  cargoHash = "sha256-VMjsTVJ9pyI1pdvkD5nAgFELK+o2tl5lu6peN87ssqs=";

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