commitlint-rs: 0.2.2 -> 0.2.3 (#435984)

Co-authored-by: croissong <croissong@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-22 22:17:16 +00:00
committed by GitHub
co-authored by croissong
+3 -3
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; };