1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

ignition.transport: 8.0.0 -> 8.1.0

This commit is contained in:
Ben Wolsieffer 2020-11-26 01:17:45 -05:00
parent 92307380be
commit a17105727e

View file

@ -2,8 +2,8 @@
, ignition-math ? ignition.math, ignition-msgs ? ignition.msgs, protobuf
, libuuid, sqlite, cppzmq, zeromq
, majorVersion ? "8"
, version ? "8.0.0"
, srcSha256 ? "01paq94l3xnh6zzanllis3yzxylzrd1dax8q9i9dv5qab58723ia"
, version ? "8.1.0"
, srcSha256 ? "124zdc5mvryjkafc2iq3xmsiagv8mlgyknhwzmi3i7g5abmr58bk"
, ... }:
stdenv.mkDerivation rec {