Unverified Commit ec79d76a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

license-generator: 1.1.0 -> 1.2.0 (#338623)

parents d5910bee be9e5187
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "license-generator";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-OIut6eE8cm7eBeHwuCUqSMDH48ZiJpF4vFaQ6wVLnfg=";
    hash = "sha256-RofgO5pJJlHP1rHFK5pgvi1TF77ZYrLYP5EML43zQMI=";
  };

  cargoHash = "sha256-tv3Qx4JP2Lbl+k686mX7acabh7nyP1E9w7cQUnjh+pE=";
  cargoHash = "sha256-6iJJ6ZK5ZUfKG+1qYehz1LeYs6kzS1QlTjIogCLWjZA=";

  meta = with lib; {
    description = "Command-line tool for generating license files";