Merge pull request #24054 from nthorne/clog-cli

clog-cli: 0.9.2 -> 0.9.3
This commit is contained in:
Frederik Rietdijk 2017-03-19 15:01:40 +01:00 committed by GitHub
commit 6952848d20

View file

@ -4,16 +4,16 @@ with rustPlatform;
buildRustPackage rec {
name = "clog-cli-${version}";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "clog-tool";
repo = "clog-cli";
rev = "${version}";
sha256 = "00sfbchyf50z6mb5dq1837hlrki88rrf043idy6qd1r90488jsbv";
rev = "v${version}";
sha256 = "1wxglc4n1dar5qphhj5pab7ps34cjr7jy611fwn72lz0f6c7jp3z";
};
depsSha256 = "0czv190r6xhbw33l0jhlri6rgspxb8f6dakcamh52qr3z9m0xs2x";
depsSha256 = "0gkg3bxx7nxsvff33n7pif731djfvlzk0msia27h0wq0mazq7kw3";
meta = {
description = "Generate changelogs from local git metadata";