python: dotnetcore2: 2.1.9 -> 2.1.11

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:34 +01:00
parent c47d8fc082
commit bb103e7e70

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "dotnetcore2";
version = "2.1.9";
version = "2.1.11";
format = "wheel";
disabled = isPy27;
@ -15,7 +15,7 @@ buildPythonPackage rec {
inherit pname version format;
python = "py3";
platform = "manylinux1_x86_64";
sha256 = "0h1igixk84md68z7gwj1vd6ki4d5drxh0ih5zww8xcr3qh5r0drb";
sha256 = "a335fb0abdaaeee7ba128b81b5350adfc5d2b2adf6a64cbc4d1a3b7cdf8560da";
};
nativeBuildInputs = [ unzip ];