Merge pull request #303111 from r-ryantm/auto-update/ncnn

ncnn: 20240102 -> 20240410
This commit is contained in:
Weijia Wang 2024-04-27 03:10:32 +02:00 committed by GitHub
commit 19d0c04fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ncnn";
version = "20240102";
version = "20240410";
src = fetchFromGitHub {
owner = "Tencent";
repo = pname;
rev = version;
hash = "sha256-kk70oLY+2QJOkyYq10whLRMxBuibQMWMOBA9dcbKf/I=";
hash = "sha256-UiaU+LCevrWBxZg5LAimGIJB0CElWBnO6qoadUc3VVM=";
};
patches = [