Merge pull request #227730 from r-ryantm/auto-update/lcm

lcm: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2023-04-26 00:26:41 +03:00 committed by GitHub
commit 8c57be3e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lcm";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "lcm-proj";
repo = "lcm";
rev = "v${version}";
hash = "sha256-ujz52m7JuE5DYGM9QHLwVWVVBcny4w05J6Eu6DI2HBI=";
hash = "sha256-IFHoJl5OtnUb+w3gLG5f578yAektjgrY9Uj2eUVoIrc=";
};
outputs = [ "out" "dev" "man" ];