Merge pull request #97230 from schmittlauch/cawbird-v1.2

cawbird: 1.1.0 -> 1.2.1
This commit is contained in:
Doron Behar 2020-09-21 19:28:14 +03:00 committed by GitHub
commit a95bf523fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -16,18 +16,19 @@
, wrapGAppsHook , wrapGAppsHook
, gobject-introspection , gobject-introspection
, glib-networking , glib-networking
, librest
, python3 , python3
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.1.0"; version = "1.2.1";
pname = "cawbird"; pname = "cawbird";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IBBoard"; owner = "IBBoard";
repo = "cawbird"; repo = "cawbird";
rev = "v${version}"; rev = "v${version}";
sha256 = "0zghryx5y47ff8kxa65lvgmy1cnhvhazxml7r1lxixxj3d88wh7p"; sha256 = "11s8x48syy5wjj23ab4bn5jxhi7l5sx7aw6q2ggk99v042hxh3h2";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
dconf dconf
gspell gspell
glib-networking glib-networking
librest
] ++ (with gst_all_1; [ ] ++ (with gst_all_1; [
gstreamer gstreamer
gst-plugins-base gst-plugins-base