coin3d: 4.0.8 -> 4.0.10

This commit is contained in:
R. Ryantm
2026-06-26 00:27:20 +00:00
parent 42814ad4b8
commit 3c5bebd045
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "coin";
version = "4.0.8";
version = "4.0.10";
src = fetchFromGitHub {
owner = "coin3d";
repo = "coin";
rev = "v${finalAttrs.version}";
hash = "sha256-2rKTDyDdmY7ItxUCHHfs3OyTlOQHdHaWITLxdGhrQ/I=";
hash = "sha256-Zymizcj+HeNgvvuuIoIHf03I0suOyWGOBIqvnjx5qyw=";
};
nativeBuildInputs = [ cmake ];