Commit c32923ca authored by R. RyanTM's avatar R. RyanTM
Browse files

meshoptimizer: 0.23 -> 0.24

parent f45e75fc
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 ];