melody: 0.18.1 -> 0.19.0
This commit is contained in:
parent
6bc397a1cc
commit
a175a8e33c
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue