From 1ef54d4a89e3adbf22e73dcf55f677a0483662a4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 23 Apr 2023 02:50:10 +0000 Subject: [PATCH] lcm: 1.4.0 -> 1.5.0 --- pkgs/development/libraries/lcm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/lcm/default.nix b/pkgs/development/libraries/lcm/default.nix index 64d22f4c7dc..dcd50a6f4fe 100644 --- a/pkgs/development/libraries/lcm/default.nix +++ b/pkgs/development/libraries/lcm/default.nix @@ -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" ];