commit-formatter: 0.2.1 -> 0.3.0 (#407643)

This commit is contained in:
Nick Cao
2025-05-16 17:38:07 -04:00
committed by GitHub
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "commit-formatter";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "Eliot00";
repo = "commit-formatter";
rev = "v${version}";
sha256 = "EYzhb9jJ4MzHxIbaTb1MxeXUgoxTwcnq5JdxAv2uNcA=";
sha256 = "sha256-hXpHEtPj6lrYBAzz8ZrhK+L3RBB2K1VIAi81kFlFgxY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-uW+mmArQZ5Pl2TlKIRd00dB6615Nn/Q8KtRE/ahl5V4=";
cargoHash = "sha256-rqIBDzZghz+fj96im+SNwnLV9jCRjRmh3Wd48z07XH0=";
meta = with lib; {
description = "CLI tool to help you write git commit";