commitlint-rs: 0.1.11 -> 0.1.12
This commit is contained in:
parent
b50e35f98d
commit
645f28c2a0
@ -8,15 +8,15 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "commitlint-rs";
|
pname = "commitlint-rs";
|
||||||
version = "0.1.11";
|
version = "0.1.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KeisukeYamashita";
|
owner = "KeisukeYamashita";
|
||||||
repo = "commitlint-rs";
|
repo = "commitlint-rs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-FrYXEh75H0u1rE1YNDL/B1gMYMG43jPDJGUMv9y5/3g=";
|
hash = "sha256-xDEd3jNmqur+ULjXOReolIDiqvpT2tAHj/IbH2op5Po=";
|
||||||
};
|
};
|
||||||
cargoHash = "sha256-W6HkLCUoylgQQc2fFprmJeLH8KtpVUD4+BXWbNECVZ4=";
|
cargoHash = "sha256-SNOy0B1QARfoueMsCjLZhJsGQy2jTSeFC/D1+R/FH4Y=";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
|
Loading…
Reference in New Issue
Block a user