Merge pull request #109941 from schmittlauch/cawbird-v1.3.2
cawbird: 1.2.1 -> 1.3.2
This commit is contained in:
commit
f05284c431
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user