python: dotnetcore2: 2.1.9 -> 2.1.11
This commit is contained in:
parent
c47d8fc082
commit
bb103e7e70
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dotnetcore2";
|
pname = "dotnetcore2";
|
||||||
version = "2.1.9";
|
version = "2.1.11";
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
inherit pname version format;
|
inherit pname version format;
|
||||||
python = "py3";
|
python = "py3";
|
||||||
platform = "manylinux1_x86_64";
|
platform = "manylinux1_x86_64";
|
||||||
sha256 = "0h1igixk84md68z7gwj1vd6ki4d5drxh0ih5zww8xcr3qh5r0drb";
|
sha256 = "a335fb0abdaaeee7ba128b81b5350adfc5d2b2adf6a64cbc4d1a3b7cdf8560da";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user