collada-dom: 2.5.1 -> 2.5.2 (#449818)

This commit is contained in:
Fernando Rodrigues
2025-10-08 12:13:01 +00:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "collada-dom"; pname = "collada-dom";
version = "2.5.1"; version = "2.5.2";
__structuredAttrs = true; __structuredAttrs = true;
strictDeps = true; strictDeps = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Gepetto"; owner = "Gepetto";
repo = "collada-dom"; repo = "collada-dom";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-DYdqrwRIrVq0BQqZB0vtZzADteJGVaJtFC5kC/cD250="; hash = "sha256-53Gf6OLwrflZcrWKPuNPS0k+jlj5yTzCkI/QYQFta48=";
}; };
postInstall = '' postInstall = ''
@@ -36,11 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
readline readline
]; ];
cmakeFlags = [
# See https://github.com/NixOS/nixpkgs/issues/445447
"-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
];
meta = { meta = {
description = "API that provides a C++ object representation of a COLLADA XML instance document"; description = "API that provides a C++ object representation of a COLLADA XML instance document";
longDescription = "This is a fork of [rdiankov/collada-dom](https://github.com/rdiankov/collada-dom) which has been unmaintained for six years."; longDescription = "This is a fork of [rdiankov/collada-dom](https://github.com/rdiankov/collada-dom) which has been unmaintained for six years.";
@@ -50,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
sigmasquadron sigmasquadron
marius851000 marius851000
nim65s
]; ];
platforms = lib.platforms.all; platforms = lib.platforms.all;