diesel-cli: 2.3.9 -> 2.3.10

This commit is contained in:
R. Ryantm
2026-06-26 06:28:16 +00:00
parent 19e056881c
commit c51aaccea3
+3 -3
View File
@@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.3.9";
version = "2.3.10";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-aFve5n38EO7cqfYcb0AIEbOfY+Xs3oXlUIkNJdBxXr4=";
hash = "sha256-ePoFjIzLUQ4GpPIObhIsg0NvvM1VcVf++IDdTI3XjXw=";
};
cargoHash = "sha256-TAkZLwVaMvopkbh9kPvIhEHckQom+k8rkVNut7a31do=";
cargoHash = "sha256-lGVUxYrZ81YvJncGGw7VQ8bl74aYOyHsEKDIMCwc7lw=";
nativeBuildInputs = [
installShellFiles