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 {
|
||||
name = "libstrophe-${version}";
|
||||
version = "0.9.1";
|
||||
version = "0.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "strophe";
|
||||
repo = "libstrophe";
|
||||
rev = version;
|
||||
sha256 = "099iv13c03y1dsn2ngdhfx2cnax0aj2gfh00w55hlzpvmjm8dsml";
|
||||
sha256 = "1milna92h8wzxax8ll362zvb70091nmfks5lmd105vk0478zraca";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user