diff options
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -16,7 +16,7 @@ version = "0.13"; src = fetchgit { url = "https://git.akon.city/mauri"; - rev = "a14ff7afba7f9758fd1f951fcc5ce94977b52d5b"; + rev = "dd78b485feed383ab56021a06b9809e57511bea9"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -36,7 +36,7 @@ find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "sUwcHgJ9IGrarjV1DSxyD28wyRjsHabWfWZZd9f1I/s="; + sha256 = "o+3b/veNVZv7kQNaf/9l2oED/k9N5dUus3mS/WhSgFc="; }; nativeBuildInputs = [ git @@ -63,8 +63,9 @@ egl-wayland jansson # notcurses build - ncurses + libdeflate libunistring + ncurses ffmpeg-headless ]; meta = with lib; { |