meshoptimizer: 0.23 -> 0.24

This commit is contained in:
R. Ryantm
2025-06-18 00:12:08 +00:00
parent f45e75fc63
commit c32923cace
+2 -2
View File
@@ -16,12 +16,12 @@ let
in
stdenv.mkDerivation rec {
pname = "meshoptimizer";
version = "0.23";
version = "0.24";
src = fetchFromGitHub {
owner = "zeux";
repo = "meshoptimizer";
rev = "v${version}";
hash = "sha256-vA9FXpJuLJS510MZgVZ96LAUbjXth4CFNkXMEV0DpYg=";
hash = "sha256-mNZOlo0GD6Bf+aYmHL4E6yBkLJ2VRArEQ1FM1BD2+ow=";
};
nativeBuildInputs = [ cmake ];