Merge pull request #88860 from r-ryantm/auto-update/biblesync
biblesync: 2.0.1 -> 2.1.0
This commit is contained in:
commit
e61b2b165c
@ -3,20 +3,20 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "biblesync";
|
pname = "biblesync";
|
||||||
version = "2.0.1";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "karlkleinpaste";
|
owner = "karlkleinpaste";
|
||||||
repo = "biblesync";
|
repo = "biblesync";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1baq2fwf6132i514xrvq05p2gy98mkg1rn5whf9q5k475q81nrlr";
|
sha256 = "0prmd12jq2cjdhsph5v89y38j7hhd51dr3r1hivgkhczr3m5hf4s";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
buildInputs = [ libuuid ];
|
buildInputs = [ libuuid ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.crosswire.org/wiki/BibleSync";
|
homepage = "https://wiki.crosswire.org/BibleSync";
|
||||||
description = "A multicast protocol to Bible software shared conavigation";
|
description = "A multicast protocol to Bible software shared conavigation";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
BibleSync is a multicast protocol to support Bible software shared
|
BibleSync is a multicast protocol to support Bible software shared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user