Commit 9e0e3030 authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

assimp: 5.4.1 -> 5.4.2

parent b73ded94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

stdenv.mkDerivation rec {
  pname = "assimp";
  version = "5.4.1";
  version = "5.4.2";
  outputs = [ "out" "lib" "dev" ];

  src = fetchFromGitHub {
    owner = "assimp";
    repo = "assimp";
    rev = "v${version}";
    hash = "sha256-F3aaEaHZyOLES6zOYqHRG0BtaKk9d/bAHCtal6FsIWc=";
    hash = "sha256-4KpqH3rSNSTAXMFPWAvGTZA4jzKIChHFdtW97sK2EyY=";
  };

  nativeBuildInputs = [ cmake ];