diesel-cli: 2.2.9 -> 2.2.10 (#402398)

This commit is contained in:
Nick Cao
2025-04-28 16:45:05 -04:00
committed by GitHub
+3 -3
View File
@@ -27,16 +27,16 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.2.9";
version = "2.2.10";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-rMNCNvc4kLJxgiNqvGk3lTFTguqYnjo9H5ZplC+Wii4=";
hash = "sha256-ELl8jrTWu2pXn2+ZQh7Z/lrmxRCkCXCCXvXcAKF5IJg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-2y2fODciv4NcvvHx1y0NZ6w8DM0QNHUGYSfPz5vVxmY=";
cargoHash = "sha256-uijO0eAc9U7T5SDh3iCr/wC257Q83VOJGop4KADGfgA=";
nativeBuildInputs = [
installShellFiles