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

ncnn: 20240410 -> 20240820
This commit is contained in:
rewine
2024-08-26 00:04:16 +08:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ncnn";
version = "20240410";
version = "20240820";
src = fetchFromGitHub {
owner = "Tencent";
repo = pname;
rev = version;
hash = "sha256-UiaU+LCevrWBxZg5LAimGIJB0CElWBnO6qoadUc3VVM=";
hash = "sha256-KFRWpPajSqYeasPKaNMVe0WTIXwCI5v9GLo5ygN/22M=";
};
patches = [