1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

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 }:
stdenv.mkDerivation rec {
version = "1.7.3";
version = "1.7.4";
name = "corebird-${version}";
src = fetchFromGitHub {
owner = "baedert";
repo = "corebird";
rev = version;
sha256 = "1xay22v5j239ppl6ydbj842zpm5v2mg5mcgpy5cjrhhmnbg79fgk";
sha256 = "0qjffsmg1hm64dgsbkfwzbzy9q4xa1q4fh4h8ni8a2b1p3h80x7n";
};
preConfigure = ''