passerine: 0.9.2 → 0.9.3
* passerine: 0.9.2 → 0.9.3 (#147821) Signed-off-by: Kozova1 <mug66kk@gmail.com> Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
parent
4ec6835884
commit
508adb0115
1 changed files with 5 additions and 5 deletions
|
@ -2,20 +2,20 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "passerine";
|
||||
version = "0.9.2";
|
||||
version = "0.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vrtbl";
|
||||
repo = "passerine";
|
||||
rev = "dd8a6f5efc5dcb03d45b102f61cc8a50d46e8e98";
|
||||
sha256 = "sha256-/QzqKLkxAVqvTY4Uft1qk7nJat6nozykB/4X1YGqu/I=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-TrbcULIJ9+DgQ4QsLYD5okxHoIusGJDw1PqJQwq1zu0=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-8WiiDLIJ/abXELF8S+4s+BPA/Lr/rpKmC1NWPCLzQWA=";
|
||||
cargoHash = "sha256-A+sOT0rloAktDdVXe2HEPK25euh9T7c0rXybZmZpqC0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A small extensible programming language designed for concise expression with little code";
|
||||
homepage = "https://github.com/vrtbl/passerine";
|
||||
homepage = "https://www.passerine.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue