diesel-cli: 2.3.7 -> 2.3.8

This commit is contained in:
R. Ryantm
2026-04-26 02:07:11 +00:00
parent 0aacb00bef
commit 27eb147047
+3 -3
View File
@@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [
rustPlatform.buildRustPackage rec {
pname = "diesel-cli";
version = "2.3.7";
version = "2.3.8";
src = fetchCrate {
inherit version;
crateName = "diesel_cli";
hash = "sha256-E/g2xOB8rdu1Wa8bEI2dzAgHmS+36Q0oVm3v25tTzYE=";
hash = "sha256-FpWLktMLgagRDf6cBfZKb2l9kIogooPVlUPien4rGek=";
};
cargoHash = "sha256-ndQpILbt4f4YFEV+KfwQ5Pr2QM+7RkmwzKYPLR4fQfo=";
cargoHash = "sha256-ivB/iSDu2gzj3KAbK7Pq4DUfSeuc8h4okytuftqoylM=";
nativeBuildInputs = [
installShellFiles