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
+2 -2
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 = [