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>

authored by Kozova1 Renaud and committed by GitHub 508adb01 4ec68358

+5 -5
+5 -5
pkgs/development/compilers/passerine/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "passerine"; 5 - version = "0.9.2"; 5 + version = "0.9.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vrtbl"; 9 9 repo = "passerine"; 10 - rev = "dd8a6f5efc5dcb03d45b102f61cc8a50d46e8e98"; 11 - sha256 = "sha256-/QzqKLkxAVqvTY4Uft1qk7nJat6nozykB/4X1YGqu/I="; 10 + rev = "v${version}"; 11 + hash = "sha256-TrbcULIJ9+DgQ4QsLYD5okxHoIusGJDw1PqJQwq1zu0="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-8WiiDLIJ/abXELF8S+4s+BPA/Lr/rpKmC1NWPCLzQWA="; 14 + cargoHash = "sha256-A+sOT0rloAktDdVXe2HEPK25euh9T7c0rXybZmZpqC0="; 15 15 16 16 meta = with lib; { 17 17 description = "A small extensible programming language designed for concise expression with little code"; 18 - homepage = "https://github.com/vrtbl/passerine"; 18 + homepage = "https://www.passerine.io/"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ siraben ]; 21 21 };