treefmt: 0.3.0 -> 0.4.1 (#173603)

authored by zimbatm.tngl.sh and committed by GitHub 007e4597 23aee34b

+3 -3
+3 -3
pkgs/development/tools/treefmt/default.nix
··· 1 1 { lib, rustPlatform, fetchFromGitHub }: 2 2 rustPlatform.buildRustPackage rec { 3 3 pname = "treefmt"; 4 - version = "0.3.0"; 4 + version = "0.4.1"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "numtide"; 8 8 repo = "treefmt"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-PTT87Na4KpyN6a7T49vHHhSqSOF6JSWr5/jiys1Uzko="; 10 + hash = "sha256-+EcqrmjZR8pkBiIXpdJ/KfmTm719lgz7oC9tH7OhJKY="; 11 11 }; 12 12 13 - cargoSha256 = "sha256-Gvr6Zjd9Gvn2CyjNHlJaKPFYUViPezRwoDBeVelRlkU="; 13 + cargoSha256 = "sha256-DXsKUeSmNUIKPsvrLxkg+Kp78rEfjmJQYf2pj1LWW38="; 14 14 15 15 meta = { 16 16 description = "one CLI to format the code tree";