1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

fastddsgen: 3.3.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2024-08-05 13:01:06 +00:00
parent d8446a5095
commit da43e5aec9

View file

@ -1,7 +1,7 @@
{ lib, stdenv, runtimeShell, fetchFromGitHub, gradle_7, openjdk17 }:
let
pname = "fastddsgen";
version = "3.3.0";
version = "4.0.0";
gradle = gradle_7;
@ -14,7 +14,7 @@ stdenv.mkDerivation {
repo = "Fast-DDS-Gen";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-oqbSIzsYUwD8bTqGKZ9he9d18EDq9mHZFoNUp0RK0qU=";
hash = "sha256-Gs2O/8AIjpvN55HtA3gEwfBqxNZ3rqpVlJnTwOm4wXM=";
};
nativeBuildInputs = [ gradle openjdk17 ];