treefmt: 0.2.5 -> 0.2.6 (#137951)
This commit is contained in:
parent
ab30920f7e
commit
f8cea6b5bc
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.2.5";
|
version = "0.2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "numtide";
|
owner = "numtide";
|
||||||
repo = "treefmt";
|
repo = "treefmt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0h9xl887620d0b4y17nhkayr0raj8b7m6zsgx8gw4v9vdjkjbbpa";
|
sha256 = "sha256-hnrMy8iYoaeWxZlhO9L1kQW3OgL6jHL1MxJpbNFLHZk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "04zmc2vaxsm4f1baissv3a6hnji3raixg891m3m8l13vin1a884q";
|
cargoSha256 = "sha256-O7Ma6+Vniil5hIDd5JCWecTvkAjq7wMuuyfrzePDDq4=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "one CLI to format the code tree";
|
description = "one CLI to format the code tree";
|
||||||
|
|
Loading…
Reference in a new issue