Merge pull request #221186 from xrelkd/update/diesel-cli

diesel-cli: 2.0.0 -> 2.0.1
This commit is contained in:
Mario Rodas 2023-03-16 20:09:25 -05:00 committed by GitHub
commit dad620d4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,15 +25,15 @@ in
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.0.0";
version = "2.0.1";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
sha256 = "sha256-PBfVLqm9vEbf1tDTx4v8U1amYwC0hpYTAYcWyfHB84g=";
sha256 = "sha256-IHxK5hI0RYNFQQe/Kfao0Zw8L3bs1gdN1xwmO4kKi08=";
};
cargoSha256 = "sha256-8bvJwdZEdIChFUdTVL+EyjzqI+OAJaVMOOyspReSFzc=";
cargoSha256 = "sha256-KoTeDzUk/KbUx+4NLVifX3yehm4V13LJ/YUmzoUSuDM=";
nativeBuildInputs = [ installShellFiles pkg-config ];