diesel-cli: 2.2.4 -> 2.2.5 (#359092)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-26 17:31:06 +00:00 committed by GitHub
commit fd55f1875e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "diesel-cli"; pname = "diesel-cli";
version = "2.2.4"; version = "2.2.5";
src = fetchCrate { src = fetchCrate {
inherit version; inherit version;
crateName = "diesel_cli"; crateName = "diesel_cli";
hash = "sha256-kTwAG1B4gy+1jj5ar5RkmIUMAO9wYsG7QnMcZii/OZk="; hash = "sha256-cMGSBZ2UexIvSWRI2LIXR7thKciM9+HTB4V8FWpP3ZU=";
}; };
cargoHash = "sha256-qcyNFuKJldHVJDAye4K1rHPf/SvpZ+BmqBast1vh/3Q="; cargoHash = "sha256-Qdi9zdBiaAWS0Ao/8Z1jrb07FLE92ETd7RCMd/7J+mI=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles