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-30 02:40:03 -04:00
committed by tomberek
parent 1b21d00de8
commit eb233ac067
+2 -2
View File
@@ -10,14 +10,14 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.3.2"; version = "2.3.3";
pname = "tengine"; pname = "tengine";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alibaba"; owner = "alibaba";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "04xfnbc0qlk8vi6bb8sl38nxnx9naxh550xsgrb4hql6jdi0wv7l"; sha256 = "0p43qsldwhx4zfwp585x8kps0akrf7b0gxdgf0sh0yqcp7l28gmx";
}; };
buildInputs = buildInputs =