python3Packages.dotnetcore2: 2.1.14 -> 2.1.17

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:52 +01:00 committed by Jonathan Ringer
parent 61113ec487
commit 27a3c92268

View File

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dotnetcore2"; pname = "dotnetcore2";
version = "2.1.14"; version = "2.1.17";
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 = "0dxp9a73ncjylc09bjwq81fgj5ysk1yi27l8ka5f98121k1kmn6q"; sha256 = "87248bf5b5c751817025530bc1514e31f140e109f097a28ae8f8592fa7e4098d";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];