mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 07:07:49 +00:00
Merge pull request #215842 from wegank/license-generator-bump
license-generator: 0.8.1 -> 1.0.0
This commit is contained in:
commit
c4c1c47a6a
@ -1,20 +1,20 @@
|
||||
{ lib, fetchCrate, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "license-generator";
|
||||
version = "0.8.1";
|
||||
pname = "license-generator";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-ZVhsbaJJ9WBcQPx2yikIAQJeBXwC6ZAJkfCRmokNV3I=";
|
||||
};
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
hash = "sha256-ijA/AqLeQ9/XLeCriWNUA6R3iKyq+QPDH5twSvqFmEA=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-Yh9q/aYHXUF2eIFpJ7ccgeyIO5mQMgRDCNr+ZyS166Y=";
|
||||
cargoHash = "sha256-FfkCV4anPHElGGIOYDSzHam5ohVGpOgtu/nM0aw9HzU=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line tool for generating license files";
|
||||
homepage = "https://github.com/azu/license-generator";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ loicreynier ];
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Command-line tool for generating license files";
|
||||
homepage = "https://github.com/azu/license-generator";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ loicreynier ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user