corebird: 1.7.3 -> 1.7.4
This commit is contained in:
parent
d2850489f7
commit
004a59f18e
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user