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" ];