diesel-cli: 2.3.6 -> 2.3.7 (#499950)

This commit is contained in:
Nick Cao
2026-03-16 19:09:10 +00:00
committed by GitHub
+3 -3
View File
@@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.3.6";
version = "2.3.7";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-CNcZd/wIUg4fKnCeT0O7k6Svldg+1RY0xGmp+Y+UFA8=";
hash = "sha256-E/g2xOB8rdu1Wa8bEI2dzAgHmS+36Q0oVm3v25tTzYE=";
};
cargoHash = "sha256-Yrf9vAVMLoWJpnKaM87gvQUPX2nw3USnU9/l1kYJpaY=";
cargoHash = "sha256-ndQpILbt4f4YFEV+KfwQ5Pr2QM+7RkmwzKYPLR4fQfo=";
nativeBuildInputs = [
installShellFiles