Merge pull request #36611 from ryantm/auto-update/libstrophe
libstrophe: 0.9.1 -> 0.9.2
This commit is contained in:
commit
f6487c69d6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libstrophe-${version}";
|
name = "libstrophe-${version}";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "strophe";
|
owner = "strophe";
|
||||||
repo = "libstrophe";
|
repo = "libstrophe";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "099iv13c03y1dsn2ngdhfx2cnax0aj2gfh00w55hlzpvmjm8dsml";
|
sha256 = "1milna92h8wzxax8ll362zvb70091nmfks5lmd105vk0478zraca";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user