commitlint-rs: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm
2026-03-04 17:34:49 +00:00
parent 529a66c238
commit 8a831cc639
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "commitlint-rs";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "KeisukeYamashita";
repo = "commitlint-rs";
tag = "v${finalAttrs.version}";
hash = "sha256-rNCMvIVJ/aOTNMyAmwX3Ir6IjHf6wxZ1XlGIWp7omkQ=";
hash = "sha256-Z9DQfUXYjPWMfCv2jHsXwr3Fg2tEfkD5dU1t8+Kw7eA=";
};
cargoHash = "sha256-+MPHEkL5/+yR5+aKTDTaVO9D/v2xccwSo7clo20H1G0=";
cargoHash = "sha256-s8prPnyiYCyaR+jMo1DXpBi9FgD/2ovF3dffZQuMNmo=";
passthru = {
tests.version = testers.testVersion { package = commitlint-rs; };