cawbird: 1.2.1 -> 1.3.2

- minor feature and bugfix release
- adds dependency on liboauth
- changelogs:
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3.1
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3.2
This commit is contained in:
Trolli Schmittlauch 2021-01-19 12:13:46 +01:00
parent 72b0cc170e
commit a83e716376

View File

@ -5,6 +5,7 @@
, json-glib , json-glib
, sqlite , sqlite
, libsoup , libsoup
, liboauth
, gettext , gettext
, gspell , gspell
, vala , vala
@ -21,14 +22,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.2.1"; version = "1.3.2";
pname = "cawbird"; pname = "cawbird";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IBBoard"; owner = "IBBoard";
repo = "cawbird"; repo = "cawbird";
rev = "v${version}"; rev = "v${version}";
sha256 = "11s8x48syy5wjj23ab4bn5jxhi7l5sx7aw6q2ggk99v042hxh3h2"; sha256 = "1baw3h5wq2ib4bnphazq7n9c9wc94g0n6v4y5kg71n1dir0c3jkh";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
json-glib json-glib
sqlite sqlite
libsoup libsoup
liboauth
gettext gettext
dconf dconf
gspell gspell