Unverified Commit bbc9c143 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

fastddsgen: 4.1.0 -> 4.2.0 (#448163)

parents 9cfb7b59 d66331c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

let
  pname = "fastddsgen";
  version = "4.1.0";
  version = "4.2.0";

  gradle = gradle_7;

@@ -22,7 +22,7 @@ stdenv.mkDerivation {
    repo = "Fast-DDS-Gen";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-4w6DYz0QhD8L27FE+SzptfoMjhiuJ6OFex2LNAqwmPw=";
    hash = "sha256-weGS340MvPitWMgWx1cWTgYgGcQfJSTUus8EcBob7hY=";
  };

  nativeBuildInputs = [