mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:18:50 +00:00
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:
parent
1355a0cbfe
commit
0f97395578
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user