nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

kdlfmt: 0.0.15 -> 0.0.17 (#406641)

authored by

Nick Cao and committed by
GitHub
70456324 5e0cf3f2

+3 -3
+3 -3
pkgs/by-name/kd/kdlfmt/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "kdlfmt"; 9 - version = "0.0.15"; 9 + version = "0.0.17"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hougesen"; 13 13 repo = "kdlfmt"; 14 14 rev = "v${version}"; 15 - hash = "sha256-nnr3QXEXQGbJKjVvQXqhJ+iFBgI++AKK3wKMt2OqIYc="; 15 + hash = "sha256-9bn5GHlM7nYJgulNIQh1rQYuvRr5Bloyzgj2oGvBzdE="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-VMjsTVJ9pyI1pdvkD5nAgFELK+o2tl5lu6peN87ssqs="; 19 + cargoHash = "sha256-BaPfYXR8aYBBspnRtL2HYikCaG7YD2bqY0dKl2lQ/YA="; 20 20 21 21 meta = { 22 22 description = "Formatter for kdl documents";