Unverified Commit 52247efc authored by rewine's avatar rewine Committed by GitHub
Browse files

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

ncnn: 20240410 -> 20240820
parents 503245dd dc62e561
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [