tengine: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2023-11-01 10:13:45 +00:00 committed by Jonathan Ringer
parent 405f902021
commit 09575c6c9c

@ -10,14 +10,14 @@
with lib;
stdenv.mkDerivation rec {
version = "3.0.0";
version = "3.1.0";
pname = "tengine";
src = fetchFromGitHub {
owner = "alibaba";
repo = pname;
rev = version;
hash = "sha256-nUwPT7374dfE/T6yuCUynObq6LxBHDp90Dj2JGwJ4+M=";
hash = "sha256-cClSNBlresMHqJrqSFWvUo589TlwJ2tL5FWJG9QBuis=";
};
buildInputs =