···1212let
1313 inherit (stdenv.hostPlatform) system;
1414 pname = "obsidian";
1515- version = "1.2.8";
1515+ version = "1.3.4";
1616 appname = "Obsidian";
1717 meta = with lib; {
1818 description = "A powerful knowledge base that works on top of a local folder of plain text Markdown files";
···2525 filename = if stdenv.isDarwin then "Obsidian-${version}-universal.dmg" else "obsidian-${version}.tar.gz";
2626 src = fetchurl {
2727 url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${filename}";
2828- sha256 = if stdenv.isDarwin then "sha256-c01Oc20henVRTNFAuiRH5xkxFH8k0Cfd4Z+0t8iUPEg=" else "sha256-KG73QaDY5njFzGhjWtjFNucZRcLtRGTrIPgG0sdonQw=";
2828+ sha256 = if stdenv.isDarwin then "sha256-LP13smLy/cr0hiLl5cdRxTbDfRFojb+HJBx/MFeJ13Y=" else "sha256-8M9HU20IxTvPaa6x1X41Ldq2usK2TPU71VvprerivZg=";
2929 };
30303131 icon = fetchurl {
···11+.Dd $Mdocdate$
22+.Dt MIRAKURUN 1
33+.Os
44+.Sh NAME
55+.Nm mirakurun
66+.Nd @DESCRIPTION@
77+.Sh SYNOPSIS
88+.Nm
99+.Bk -words
1010+.Op Ar command Op Ar args
1111+.Ek
1212+.Sh DESCRIPTION
1313+.Nm
1414+is a wrapper command for Mirakurun provided by Nix. It's actually a thin
1515+wrapper around the
1616+.Xr npm 1
1717+command line tool which you can use to invoke npm commands from the Mirakurun
1818+project directory. The command line arguments are simply passed as-is to
1919+.Xr npm 1 .
2020+.Pp
2121+On NixOS, it is strongly recommended that you enable the mirakurun module
2222+instead of invoking this command directly to launch Mirakurun. On other
2323+platforms, run
2424+.Pp
2525+.Dl $ mirakurun start
2626+.Pp
2727+to start Mirakurun.
2828+.Sh FILES
2929+.Bl -tag -width Ds -compact
3030+.It Pa /etc/mirakurun
3131+.Nm
3232+configuration directory.
3333+.El
3434+.Sh EXAMPLES
3535+Start Mirakurun.
3636+.Pp
3737+.Dl $ mirakurun start
3838+.Pp
3939+Start Mirakurun in development mode.
4040+.Pp
4141+.Dl $ mirakurun run debug
4242+.Pp
4343+.Sh SEE ALSO
4444+.Xr npm 1
···11{ lib
22, python3
33+, fetchPypi
34}:
4556python3.pkgs.buildPythonApplication rec {
67 pname = "alerta-server";
78 version = "8.7.0";
8999- src = python3.pkgs.fetchPypi {
1010+ src = fetchPypi {
1011 inherit pname version;
1112 sha256 = "sha256-EM3owmj+6gFjU0ARaQP3FLYXliGaGCRSaLgkiPwhGdU=";
1213 };
···3132 sentry-sdk
3233 ];
33343434- # We can't run the tests from Nix, because they rely on the presence of a working MongoDB server
3535+ # We can't run the tests from Nix, because they rely on the presence of a working MongoDB server
3536 doCheck = false;
36373738 pythonImportsCheck = [