tengine: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2023-06-25 17:43:56 +00:00
parent 1ec715f3a4
commit fd9f4d86fe

View file

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