diesel-cli-ext: 0.3.13 -> 0.3.17 (#487982)

This commit is contained in:
Michael Daniels
2026-02-08 03:36:12 +00:00
committed by GitHub
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "diesel-cli-ext";
version = "0.3.13";
version = "0.3.17";
src = fetchCrate {
pname = "diesel_cli_ext";
inherit (finalAttrs) version;
hash = "sha256-5AIzMxEcxL/vYWx3D/meA///Zo+1210HUMEE4dFBhkc=";
hash = "sha256-RkRnkr0xwe1ruQwGa1105CIgQl0cbRCvsJrCW/pWXDE=";
};
cargoHash = "sha256-AvoyJPh59fZPDcOtIZ4UFUgW83szBC3HOOlkxA3VFgE=";
cargoHash = "sha256-l1nptYgDlMXmyhH3OC8D5ViuOG+ePSkxNOtcwuXBQIM=";
meta = {
description = "Provides different tools for projects using the diesel_cli";