Unverified Commit 4525b67e authored by isabel's avatar isabel Committed by GitHub
Browse files

meshoptimizer: 0.23 -> 0.24 (#417695)

parents e9eb7be1 c32923ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];