license-generator: 1.0.0 -> 1.1.0

This commit is contained in:
Loïc Reynier 2024-05-24 07:40:45 +00:00
parent 8d3b5db8f5
commit 7e53420165
No known key found for this signature in database
GPG Key ID: 6213A7D3F83C856A

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "license-generator";
version = "1.0.0";
version = "1.1.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-ijA/AqLeQ9/XLeCriWNUA6R3iKyq+QPDH5twSvqFmEA=";
hash = "sha256-OIut6eE8cm7eBeHwuCUqSMDH48ZiJpF4vFaQ6wVLnfg=";
};
cargoHash = "sha256-FfkCV4anPHElGGIOYDSzHam5ohVGpOgtu/nM0aw9HzU=";
cargoHash = "sha256-tv3Qx4JP2Lbl+k686mX7acabh7nyP1E9w7cQUnjh+pE=";
meta = with lib; {
description = "Command-line tool for generating license files";