Merge pull request #245999 from r-ryantm/auto-update/melody

melody: 0.18.1 -> 0.19.0
This commit is contained in:
Pol Dellaiera 2023-07-29 10:59:18 +02:00 committed by GitHub
commit ad771ef8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "melody";
version = "0.18.1";
version = "0.19.0";
src = fetchCrate {
pname = "melody_cli";
inherit version;
sha256 = "sha256-Az1pGRty7wAC5fN7RlO/etaW5w5TrsO6VVXv5M7NUfU=";
sha256 = "sha256-sJVZ4dRP6mAx9g7iqwI3L2cMa5x4qQuzKWPXvOOq6q8=";
};
cargoSha256 = "sha256-EhPrARdDnwdxfK1JHuuHVrxSDZhuE+kTBQr45JxluUA=";
cargoHash = "sha256-8UWz+gYUxf2UNWZCnhQlGiSX6kPsHPlYcdl7wD3Rchs=";
meta = with lib; {
description = "Language that compiles to regular expressions";