diesel-cli: 2.0.0 -> 2.0.1

This commit is contained in:
xrelkd 2023-03-15 00:23:37 +08:00
parent 435e4d9793
commit 67834e3402
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3

View file

@ -25,15 +25,15 @@ in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "diesel-cli"; pname = "diesel-cli";
version = "2.0.0"; version = "2.0.1";
src = fetchCrate { src = fetchCrate {
inherit version; inherit version;
crateName = "diesel_cli"; 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 ]; nativeBuildInputs = [ installShellFiles pkg-config ];