diesel-cli: 2.2.8 -> 2.2.9

This commit is contained in:
R. Ryantm
2025-04-09 12:06:04 +00:00
parent 133091c945
commit b8fc49614b
+3 -3
View File
@@ -27,16 +27,16 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.2.8";
version = "2.2.9";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-+h5gLhbFxVnEHsFZqkkQe6rUiiZy6oYcF2mnb44VHDU=";
hash = "sha256-rMNCNvc4kLJxgiNqvGk3lTFTguqYnjo9H5ZplC+Wii4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-vCdxtrhyIhy3VuLWl7XYysCFecHReHWhAs/BRaBTbrk=";
cargoHash = "sha256-2y2fODciv4NcvvHx1y0NZ6w8DM0QNHUGYSfPz5vVxmY=";
nativeBuildInputs = [
installShellFiles