Merge pull request #245119 from r-ryantm/auto-update/tengine

This commit is contained in:
Janik 2023-07-27 16:34:13 +02:00 committed by GitHub
commit 018e7bbe2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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