sdformat 9.10.0 -> 9.10.1

Fixes build for noetic
This commit is contained in:
Jeremy Kolb 2024-10-17 10:21:28 -04:00 committed by Ben Wolsieffer
parent 44c552dd89
commit ca904994e7

View file

@ -1,8 +1,8 @@
{ callPackage, ignition, ... } @ args:
callPackage ./generic.nix (args // {
version = "9.10.0";
srcHash = "sha256-VmDU0VR/TkA5461kgwsp0uv8aqsqqG7YbY2DBe5Os8I=";
version = "9.10.1";
srcHash = "sha256-C2r5lVqUoisHfrkV8rYbNfVZY8EtDxrstfvltRNHpQ0=";
gz-cmake = ignition.cmake2;
gz-math = ignition.math6;
gz-utils = null;