Merge pull request #204223 from qowoz/treefmt

treefmt: 0.4.1 -> 0.5.0

authored by figsoda and committed by GitHub e388ce5e 8149fc84

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