dino: 0.2.2 -> 0.3.0

This commit is contained in:
deltadelta 2022-02-13 17:07:34 +01:00
parent dfa14c0864
commit ac446d87f7

View File

@ -13,17 +13,18 @@
, pcre , pcre
, qrencode , qrencode
, icu , icu
, gspell, srtp, libnice, gnutls, gst_all_1
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dino"; pname = "dino";
version = "0.2.2"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dino"; owner = "dino";
repo = "dino"; repo = "dino";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-uYP3D2uyvfRP91fq/1jKOaKgp/+How0SUwmxSrLLH4c="; sha256 = "sha256-L5a5QlF9qlr4X/hGTabbbvOE5J1x/UVneWl/BRAa29Q=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -56,6 +57,13 @@ stdenv.mkDerivation rec {
icu icu
libsignal-protocol-c libsignal-protocol-c
librsvg librsvg
gspell
srtp
libnice
gnutls
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
] ++ lib.optionals (!stdenv.isDarwin) [ ] ++ lib.optionals (!stdenv.isDarwin) [
xorg.libxcb xorg.libxcb
xorg.libpthreadstubs xorg.libpthreadstubs