meshoptimizer: 0.22 -> 0.23 (#390550)

This commit is contained in:
Arne Keller
2025-03-18 08:57:34 +01:00
committed by GitHub
+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 ];