meshoptimizer: 0.25 -> 1.0.1 (#469573)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-26 07:54:24 +00:00
committed by GitHub
+2 -2
View File
@@ -16,12 +16,12 @@ let
in
stdenv.mkDerivation rec {
pname = "meshoptimizer";
version = "0.25";
version = "1.0.1";
src = fetchFromGitHub {
owner = "zeux";
repo = "meshoptimizer";
rev = "v${version}";
hash = "sha256-ac1qX7neAN5Okpe3EytZKOglesyAAnyQkNWXa7TnMcg=";
hash = "sha256-t5cWeGf9YI9oG919c6mdXE+qnK2rkTLW0GJ52vw/HrI=";
};
nativeBuildInputs = [ cmake ];