Unverified Commit 92cb785f authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

coin3d: 4.0.6 -> 4.0.7 (#481968)

parents 5e1a8bef d8346818
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "coin";
  version = "4.0.6";
  version = "4.0.7";

  src = fetchFromGitHub {
    owner = "coin3d";
    repo = "coin";
    rev = "v${finalAttrs.version}";
    hash = "sha256-XBkb8CbfAXBwOO9JkExpsy8HxtbZo3/fnU6cReuSETI=";
    hash = "sha256-Sb0WWuUKgKaBvOXChEoWt2CeTqSq4gXig4eGxvtN+/M=";
  };

  nativeBuildInputs = [ cmake ];