assimp: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm
2024-08-31 00:25:15 +00:00
parent bccb6af50c
commit 9a00adc7e1
@@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "assimp";
version = "5.4.2";
version = "5.4.3";
outputs = [ "out" "lib" "dev" ];
src = fetchFromGitHub {
owner = "assimp";
repo = "assimp";
rev = "v${version}";
hash = "sha256-4KpqH3rSNSTAXMFPWAvGTZA4jzKIChHFdtW97sK2EyY=";
hash = "sha256-sOYhYHBz3Tg+pi1OIJ1mGmsjEc6dPO6nFH0aolfpLRA=";
};
nativeBuildInputs = [ cmake ];