Merge pull request #246000 from foo-dogsquared/update-license-cli

license-cli: 3.0.0 -> 3.1.0
This commit is contained in:
Pol Dellaiera 2023-07-29 10:29:24 +02:00 committed by GitHub
commit eaf79c6ea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "license-cli";
version = "3.0.0";
version = "3.1.0";
src = fetchFromSourcehut {
owner = "~zethra";
repo = "license";
rev = version;
hash = "sha256-M5ypymJ99T4Vc7XSmqNb69yBLgSYu9I+6FEQvtFGUf0=";
hash = "sha256-OGS26mE5rjxlZOaBWhYc7C8aM3Lq2xX0f31LgckjJF8=";
};
cargoHash = "sha256-me4xPP6fO1D+vvR9XZg2EHieY7OU2HHQ4P0nkk/IKpE=";
cargoHash = "sha256-Zj9t/e6QhiOxU8mlVRBKEbviSTKXM4WQ3lqtoCcMbMI=";
nativeBuildInputs = [ installShellFiles makeWrapper ];