assimp: 5.2.5 -> 5.3.1

This commit is contained in:
R. Ryantm 2023-10-01 19:44:22 +00:00 committed by Emery Hemingway
parent 75fa905269
commit 13c1cb4f64

View file

@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "assimp";
version = "5.2.5";
version = "5.3.1";
outputs = [ "out" "lib" "dev" ];
src = fetchFromGitHub {
owner = "assimp";
repo = "assimp";
rev = "v${version}";
hash = "sha256-vQx+PaET5mlvvIGHk6pEnZvM3qw8DiC3hd1Po6OAHxQ=";
hash = "sha256-/1A8n7oe9WsF3FpbLZxhifzrdj38t9l5Kc8Q5jfDoyY=";
};
nativeBuildInputs = [ cmake ];