melody: 0.18.1 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-07-29 05:56:08 +00:00
parent 6bc397a1cc
commit a175a8e33c

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";