Skip to content

Commit

Permalink
kdlfmt: 0.0.6 -> 0.0.8 (#367521)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 24, 2024
2 parents 889b290 + cf23c56 commit aa87441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/kd/kdlfmt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "kdlfmt";
version = "0.0.6";
version = "0.0.8";

src = fetchFromGitHub {
owner = "hougesen";
repo = "kdlfmt";
rev = "v${version}";
hash = "sha256-Lv4BMhMsi2GBzIsFS2HGZcwENgU1vvgPDZUPBb9ucfo=";
hash = "sha256-Eq/m5PnStfZokktgrsYx7e8uWZDB/JgomsrahuL5GYo=";
};

cargoHash = "sha256-2Lh5jtLsY67e38Xa+GGRBg9L/WIE/Nnd6XDI4crtrTc=";
cargoHash = "sha256-ay8QO2mHsbfidM9iBHfSdt7JN33T1o87jA/3ZIg1eUw=";

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

0 comments on commit aa87441

Please sign in to comment.