fastddsgen: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2023-01-10 07:46:17 +00:00 committed by Bobby Rong
parent df2c8fdf58
commit 8e6b892e32

View File

@ -1,14 +1,14 @@
{ lib, stdenv, runtimeShell, writeText, fetchFromGitHub, gradle, openjdk17, git, perl, cmake }:
let
pname = "fastddsgen";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-DDS-Gen";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-P0Fj8znhky8mTebnoNyojKDdnDowQaGXpX5L0CHcEeU=";
hash = "sha256-lxMv1hXjHFslJts63/FJPjj0mAKTluY/pNTvf15Oo9o=";
};
# fake build to pre-download deps into fixed-output derivation