melody: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2024-11-25 02:47:52 +00:00
parent 1ca5dab707
commit 1fcc0e1569

View File

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "melody";
version = "0.19.0";
version = "0.20.0";
src = fetchCrate {
pname = "melody_cli";
inherit version;
hash = "sha256-sJVZ4dRP6mAx9g7iqwI3L2cMa5x4qQuzKWPXvOOq6q8=";
hash = "sha256-u+d16jc7GqT2aK2HzP+OXFUBkVodwcW+20sKqmxzYhk=";
};
cargoHash = "sha256-8UWz+gYUxf2UNWZCnhQlGiSX6kPsHPlYcdl7wD3Rchs=";
cargoHash = "sha256-UpKv7hLPdsitZGgIegy7ZGEQcxGHGIHj2H4Ac7mG+xY=";
meta = with lib; {
description = "Language that compiles to regular expressions";