diesel-cli: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm 2024-09-08 18:02:35 +00:00
parent 579a92cea8
commit 7209339f1c

View File

@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.2.3";
version = "2.2.4";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-pv75bvswi+JfeL7B8GPaQgXyNdNvzNgXs9VYgzKRn2U=";
hash = "sha256-kTwAG1B4gy+1jj5ar5RkmIUMAO9wYsG7QnMcZii/OZk=";
};
cargoHash = "sha256-BMMh4BEoB1UhavoiQWfFhsSZsvfFSfEJhEewjA1ukLQ=";
cargoHash = "sha256-qcyNFuKJldHVJDAye4K1rHPf/SvpZ+BmqBast1vh/3Q=";
nativeBuildInputs = [
installShellFiles