Unverified Commit 1716b403 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

fastddsgen: 4.0.1 -> 4.0.2 (#347409)

parents b516675b 26ba35b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  pname = "fastddsgen";
  version = "4.0.1";
  version = "4.0.2";

  gradle = gradle_7;

@@ -21,7 +21,7 @@ stdenv.mkDerivation {
    repo = "Fast-DDS-Gen";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-6kZndC5v/75FKY78jwmMuFXWpWzxZkCesYK4GLYxUY8=";
    hash = "sha256-dwShzcS0sCiVZghpjvPYvYu89NNkGWUWPsAzwdzfAqo=";
  };

  nativeBuildInputs = [