meshoptimizer: 0.23 -> 0.24 (#417695)

This commit is contained in:
isabel
2025-06-18 14:09:45 +01:00
committed by GitHub
+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 ];