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

cawbird: 1.2.1 -> 1.3.2

authored by

Sandro and committed by
GitHub
f05284c4 5a1c008b

+4 -2
+4 -2
pkgs/applications/networking/cawbird/default.nix
··· 5 , json-glib 6 , sqlite 7 , libsoup 8 , gettext 9 , gspell 10 , vala ··· 21 }: 22 23 stdenv.mkDerivation rec { 24 - version = "1.2.1"; 25 pname = "cawbird"; 26 27 src = fetchFromGitHub { 28 owner = "IBBoard"; 29 repo = "cawbird"; 30 rev = "v${version}"; 31 - sha256 = "11s8x48syy5wjj23ab4bn5jxhi7l5sx7aw6q2ggk99v042hxh3h2"; 32 }; 33 34 nativeBuildInputs = [ ··· 47 json-glib 48 sqlite 49 libsoup 50 gettext 51 dconf 52 gspell
··· 5 , json-glib 6 , sqlite 7 , libsoup 8 + , liboauth 9 , gettext 10 , gspell 11 , vala ··· 22 }: 23 24 stdenv.mkDerivation rec { 25 + version = "1.3.2"; 26 pname = "cawbird"; 27 28 src = fetchFromGitHub { 29 owner = "IBBoard"; 30 repo = "cawbird"; 31 rev = "v${version}"; 32 + sha256 = "1baw3h5wq2ib4bnphazq7n9c9wc94g0n6v4y5kg71n1dir0c3jkh"; 33 }; 34 35 nativeBuildInputs = [ ··· 48 json-glib 49 sqlite 50 libsoup 51 + liboauth 52 gettext 53 dconf 54 gspell