commitlint-rs: 0.2.2 -> 0.2.3

(cherry picked from commit 6232f889d7)
This commit is contained in:
R. Ryantm
2025-08-22 21:00:38 +00:00
committed by github-actions[bot]
parent f4b1163304
commit 073f11a724

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "commitlint-rs";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "KeisukeYamashita";
repo = "commitlint-rs";
rev = "refs/tags/v${version}";
hash = "sha256-9az7AJ4NXmisRZiCFTdHQBVatgEIdRuKU6ZEKVHEgnQ=";
hash = "sha256-rNCMvIVJ/aOTNMyAmwX3Ir6IjHf6wxZ1XlGIWp7omkQ=";
};
cargoHash = "sha256-qTJ7/3jIqDXSu6H16YZJqtc/AqMIb4t7SulTtcVbKMI=";
cargoHash = "sha256-+MPHEkL5/+yR5+aKTDTaVO9D/v2xccwSo7clo20H1G0=";
passthru = {
tests.version = testers.testVersion { package = commitlint-rs; };