meshoptimizer: 0.22 -> 0.23

This commit is contained in:
R. Ryantm
2025-03-17 01:09:56 +00:00
parent 8db87f2960
commit cb4bef5373
+2 -2
View File
@@ -16,12 +16,12 @@ let
in
stdenv.mkDerivation rec {
pname = "meshoptimizer";
version = "0.22";
version = "0.23";
src = fetchFromGitHub {
owner = "zeux";
repo = "meshoptimizer";
rev = "v${version}";
hash = "sha256-/47CfgPtj+e4iz01+rwahP+jCXPXXZhTeLLiLktrJ6g=";
hash = "sha256-vA9FXpJuLJS510MZgVZ96LAUbjXth4CFNkXMEV0DpYg=";
};
nativeBuildInputs = [ cmake ];