1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #332479 from r-ryantm/auto-update/fastddsgen

fastddsgen: 3.3.0 -> 4.0.0
This commit is contained in:
lassulus 2024-08-21 12:32:11 +02:00 committed by GitHub
commit ecab18691f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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