Merge pull request #36611 from ryantm/auto-update/libstrophe

libstrophe: 0.9.1 -> 0.9.2
This commit is contained in:
Gabriel Ebner 2018-03-18 12:16:53 +01:00 committed by GitHub
commit f6487c69d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];