astroid: 0.14 -> 0.15
This commit is contained in:
parent
0af97664d1
commit
7e55f6e013
@ -10,14 +10,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "astroid-${version}";
|
pname = "astroid";
|
||||||
version = "0.14";
|
version = "0.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astroidmail";
|
owner = "astroidmail";
|
||||||
repo = "astroid";
|
repo = "astroid";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wkv1icsx3g3gq485dnvcdhr9srrjgz4ws1i1krcw9n61bj7gxh8";
|
sha256 = "11cxbva9ni98gii59xmbxh4c6idcg3mg0pgdsp1c3j0yg7ix0lj3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ronn pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ cmake ronn pkgconfig wrapGAppsHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user