Merge pull request #30935 from jonafato/corebird-1.7.1
corebird: 1.6 -> 1.7.1
This commit is contained in:
commit
af65f13e68
@ -3,14 +3,14 @@
|
|||||||
, glib_networking }:
|
, glib_networking }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.6";
|
version = "1.7.1";
|
||||||
name = "corebird-${version}";
|
name = "corebird-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "baedert";
|
owner = "baedert";
|
||||||
repo = "corebird";
|
repo = "corebird";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bxjlamdy5d2j3xdahmxf6lwc7f6xdfxbzi712ppvh1dwggw654v";
|
sha256 = "1g6wkzrl6j0mmgafpv0jpqa906s1x7p5hmiqdgs9qwm7q2wlwrqd";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user