Skip to content

Commit 0142f5e

Browse files
authored
fastddsgen: 4.0.2 -> 4.0.3 (NixOS#366391)
2 parents 162561d + bfc0268 commit 0142f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/fastddsgen/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
let
1111
pname = "fastddsgen";
12-
version = "4.0.2";
12+
version = "4.0.3";
1313

1414
gradle = gradle_7;
1515

@@ -22,7 +22,7 @@ stdenv.mkDerivation {
2222
repo = "Fast-DDS-Gen";
2323
rev = "v${version}";
2424
fetchSubmodules = true;
25-
hash = "sha256-dwShzcS0sCiVZghpjvPYvYu89NNkGWUWPsAzwdzfAqo=";
25+
hash = "sha256-jim6Yqo0Gw8oj7AFzI7BEkvS2WZiT1KawbclIFyPpac=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)