cargo-bundle-licenses: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-11-02 09:20:01 +00:00
parent 9fe9de9762
commit d3cab8ecc4

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bundle-licenses";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "sstadick";
repo = "cargo-bundle-licenses";
rev = "v${version}";
hash = "sha256-tjxdZ28frY/GRFvhg28DkVajqFC+02962Sgai8NhxK0=";
hash = "sha256-pWQU0IMahbFJR7oRUqnz73cB8yRbTpkh5NASmUKg0E0=";
};
cargoHash = "sha256-uVLoRLGnTe/8ipehGbc5mfWuMsFt3KP9KatXEJFUUEI=";
cargoHash = "sha256-eUY3dyyWbqSqFqafdZ2AdI7vsH60vCRNk2cAGJw0ROk=";
meta = with lib; {
description = "Generate a THIRDPARTY file with all licenses in a cargo project";