tengine: 2.3.2 -> 2.3.3

https://github.com/alibaba/tengine/releases/tag/2.3.3
This commit is contained in:
Mario Rodas 2021-03-29 04:20:00 +00:00 committed by tomberek
parent 1b21d00de8
commit eb233ac067

View file

@ -10,14 +10,14 @@
with lib;
stdenv.mkDerivation rec {
version = "2.3.2";
version = "2.3.3";
pname = "tengine";
src = fetchFromGitHub {
owner = "alibaba";
repo = pname;
rev = version;
sha256 = "04xfnbc0qlk8vi6bb8sl38nxnx9naxh550xsgrb4hql6jdi0wv7l";
sha256 = "0p43qsldwhx4zfwp585x8kps0akrf7b0gxdgf0sh0yqcp7l28gmx";
};
buildInputs =