melody: 0.18.1 -> 0.19.0
This commit is contained in:
parent
6bc397a1cc
commit
a175a8e33c
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "melody";
|
pname = "melody";
|
||||||
version = "0.18.1";
|
version = "0.19.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
pname = "melody_cli";
|
pname = "melody_cli";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-Az1pGRty7wAC5fN7RlO/etaW5w5TrsO6VVXv5M7NUfU=";
|
sha256 = "sha256-sJVZ4dRP6mAx9g7iqwI3L2cMa5x4qQuzKWPXvOOq6q8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-EhPrARdDnwdxfK1JHuuHVrxSDZhuE+kTBQr45JxluUA=";
|
cargoHash = "sha256-8UWz+gYUxf2UNWZCnhQlGiSX6kPsHPlYcdl7wD3Rchs=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Language that compiles to regular expressions";
|
description = "Language that compiles to regular expressions";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user