assimp: 5.3.1 -> 5.4.1

This commit is contained in:
R. Ryantm 2024-05-20 06:20:55 +00:00 committed by Emery Hemingway
parent 61504a0f66
commit 874c14bf96

View File

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