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

View file

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