Merge pull request #109941 from schmittlauch/cawbird-v1.3.2

cawbird: 1.2.1 -> 1.3.2
This commit is contained in:
Sandro 2021-01-29 01:45:44 +01:00 committed by GitHub
commit f05284c431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

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