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

View file

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