diesel-cli: 2.2.11 -> 2.2.12 (#424762)

This commit is contained in:
Seth Flynn 2025-07-14 20:40:12 -04:00 committed by GitHub
commit a5f200c8df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,16 +27,16 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.2.11";
version = "2.2.12";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-utiIuifPxHjvC0TkY2XLeOlqReaal/4T4hrJ7tmQ27k=";
hash = "sha256-cBufd4HwNffkK2VDPMMUT1qZfgKNa6XKpxT5QlQesyc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-QHcH0jgBAYtyYJoaBJW92HR5ZBgdMLupe5+l22Wpfjg=";
cargoHash = "sha256-CmzUe/R9iFU//u0/FxMonYWyx0EJnI/blUktYN/eNe8=";
nativeBuildInputs = [
installShellFiles