cargo-about: 0.5.6 -> 0.5.7
Diff: https://github.com/EmbarkStudios/cargo-about/compare/0.5.6...0.5.7 Changelog: https://github.com/EmbarkStudios/cargo-about/blob/0.5.7/CHANGELOG.md
This commit is contained in:
parent
dce9c66686
commit
b6d9587c83
1 changed files with 4 additions and 3 deletions
|
@ -9,16 +9,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-about";
|
||||
version = "0.5.6";
|
||||
version = "0.5.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "EmbarkStudios";
|
||||
repo = "cargo-about";
|
||||
rev = version;
|
||||
sha256 = "sha256-nlumcRcL5HwRJTNqLJ9+UkSg88HuE96Rg8Tgc+ZcK2M=";
|
||||
sha256 = "sha256-AROT/Q/C0lbkeoMYmY2Tzt0+yRVA8ESRo5mPM1h0HJs=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-Fa1DGXzHDR3EAZyFg0g2aKFynQlC/LL+Tg5LKpOUzmM=";
|
||||
cargoSha256 = "sha256-9HkaCUGo6jpzQn851ACM7kcBCkyMJJ/bb/qtV4Hp0lI=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
@ -36,5 +36,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/EmbarkStudios/cargo-about/blob/${version}/CHANGELOG.md";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ evanjs figsoda matthiasbeyer ];
|
||||
mainProgram = "cargo-about";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue