corebird: 1.7.3 -> 1.7.4

This commit is contained in:
Jon Banafato 2018-03-02 10:21:27 -05:00 committed by Jan Tojnar
parent d2850489f7
commit 004a59f18e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,14 +3,14 @@
, glib-networking }: , glib-networking }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.7.3"; version = "1.7.4";
name = "corebird-${version}"; name = "corebird-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "baedert"; owner = "baedert";
repo = "corebird"; repo = "corebird";
rev = version; rev = version;
sha256 = "1xay22v5j239ppl6ydbj842zpm5v2mg5mcgpy5cjrhhmnbg79fgk"; sha256 = "0qjffsmg1hm64dgsbkfwzbzy9q4xa1q4fh4h8ni8a2b1p3h80x7n";
}; };
preConfigure = '' preConfigure = ''