Merge pull request #139803 from figsoda/taplo-cli-update

taplo-cli: 0.4.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2021-09-29 12:18:14 -05:00 committed by GitHub
commit 08d1063bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "taplo-cli";
version = "0.4.0";
version = "0.4.1";
src = fetchCrate {
inherit pname version;
sha256 = "0hh9l83z7qymakyf7ka756gwxpzirgdhf6kpzh89bcmpdfz70005";
sha256 = "sha256-bGQLAANVahpiiiKKJPNmtr4uT5iKHqyLS5yVm+rSHPg=";
};
cargoSha256 = "0bkpcnbrrfv07czs1gy8r9q1cp6fdfz2vmlfk9lsg3iapvyi5s1c";
cargoSha256 = "sha256-T3fbG5HKOG90kawjQK8D0PIonB6ErNfR3hVIZ5N8zgA=";
nativeBuildInputs = lib.optional stdenv.isLinux pkg-config;