mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #198860 from jansol/draco
draco: 1.5.3 -> 1.5.5 + add meta.changelog
This commit is contained in:
commit
226965b4e2
@ -16,14 +16,14 @@ let
|
|||||||
cmakeBool = b: if b then "ON" else "OFF";
|
cmakeBool = b: if b then "ON" else "OFF";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.5.3";
|
version = "1.5.5";
|
||||||
pname = "draco";
|
pname = "draco";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "draco";
|
repo = "draco";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-LbWtZtgvZQdgwAGHVsouH6cAIVXP+9Q5n8KjzaBRrBQ=";
|
sha256 = "sha256-WYWEUfBPz/Pt7sE8snG3/LnOA3DEUm/SUVLtsH7zG5g=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for compressing and decompressing 3D geometric meshes and point clouds";
|
description = "Library for compressing and decompressing 3D geometric meshes and point clouds";
|
||||||
homepage = "https://google.github.io/draco/";
|
homepage = "https://google.github.io/draco/";
|
||||||
|
changelog = "https://github.com/google/draco/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ jansol ];
|
maintainers = with maintainers; [ jansol ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user