Commit 874c14bf authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

assimp: 5.3.1 -> 5.4.1

parent 61504a0f
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.3.1";
  version = "5.4.1";
  outputs = [ "out" "lib" "dev" ];

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

  nativeBuildInputs = [ cmake ];