kdlfmt: 0.0.17 -> 0.1.0

This commit is contained in:
R. Ryantm
2025-06-08 19:56:32 +00:00
parent edc7c67ab7
commit ba60945dcd
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "kdlfmt";
version = "0.0.17";
version = "0.1.0";
src = fetchFromGitHub {
owner = "hougesen";
repo = "kdlfmt";
rev = "v${version}";
hash = "sha256-9bn5GHlM7nYJgulNIQh1rQYuvRr5Bloyzgj2oGvBzdE=";
hash = "sha256-qc2wU/borl3h2fop6Sav0zCrg8WdvHrB3uMA72uwPis=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-BaPfYXR8aYBBspnRtL2HYikCaG7YD2bqY0dKl2lQ/YA=";
cargoHash = "sha256-xoOnFJqDucg3fUDx5XbXsZT4rSjZhzt5rNbH+DZ1kGA=";
meta = {
description = "Formatter for kdl documents";