Merge pull request #30935 from jonafato/corebird-1.7.1

corebird: 1.6 -> 1.7.1
This commit is contained in:
Joachim F 2017-10-29 19:20:42 +00:00 committed by GitHub
commit af65f13e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
, glib_networking }:
stdenv.mkDerivation rec {
version = "1.6";
version = "1.7.1";
name = "corebird-${version}";
src = fetchFromGitHub {
owner = "baedert";
repo = "corebird";
rev = version;
sha256 = "1bxjlamdy5d2j3xdahmxf6lwc7f6xdfxbzi712ppvh1dwggw654v";
sha256 = "1g6wkzrl6j0mmgafpv0jpqa906s1x7p5hmiqdgs9qwm7q2wlwrqd";
};
preConfigure = ''