fastddsgen: 4.0.0 -> 4.0.1

Diff: https://github.com/eProsima/Fast-DDS-Gen/compare/v4.0.0...v4.0.1
This commit is contained in:
Michal Sojka 2024-09-12 15:43:34 +02:00
parent 1355a0cbfe
commit 0f97395578

View File

@ -8,7 +8,7 @@
let
pname = "fastddsgen";
version = "4.0.0";
version = "4.0.1";
gradle = gradle_7;
@ -21,7 +21,7 @@ stdenv.mkDerivation {
repo = "Fast-DDS-Gen";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-Gs2O/8AIjpvN55HtA3gEwfBqxNZ3rqpVlJnTwOm4wXM=";
hash = "sha256-6kZndC5v/75FKY78jwmMuFXWpWzxZkCesYK4GLYxUY8=";
};
nativeBuildInputs = [