treefmt: 0.5.0 -> 0.6.0 (#257815)
https://github.com/numtide/treefmt/releases/tag/v0.6.0
This commit is contained in:
parent
2fd56dd3a0
commit
20e5c9f7ae
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ lib, rustPlatform, fetchFromGitHub }:
|
{ lib, rustPlatform, fetchFromGitHub }:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "treefmt";
|
pname = "treefmt";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "numtide";
|
owner = "numtide";
|
||||||
repo = "treefmt";
|
repo = "treefmt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-v+hXWyrY0GfSgXeqgYLgoOmeiHsZyhRO9Fmj5rPiNJ8=";
|
hash = "sha256-PALt0tSCYbViC1RHrri0IiD4TUjMnkIwgd3Pe+K9i3Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-/WyaZxRFYJmz/qRp2s2v8swdwAtuNR7KXND20IzQoy8=";
|
cargoSha256 = "sha256-MkjLAaktc0A0yJqixpgnrn8NOHVmcaQL65L0TvrEPRg=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "one CLI to format the code tree";
|
description = "one CLI to format the code tree";
|
||||||
|
|
Loading…
Reference in a new issue