Skip to content

Commit

Permalink
Merge pull request #101032 from aanderse/libcec
Browse files Browse the repository at this point in the history
libcec: 4.0.5 -> 4.0.7
  • Loading branch information
aanderse authored Oct 24, 2020
2 parents a160fa0 + 51966f6 commit a5061c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libcec/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, cmake, pkgconfig, udev, libcec_platform, libraspberrypi ? null }:

let version = "4.0.5"; in
let version = "4.0.7"; in

stdenv.mkDerivation {
pname = "libcec";
inherit version;

src = fetchurl {
url = "https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz";
sha256 = "0hvp33mq0kg544hw20aq3vy5lxf5zid6gxm3qdga7wxw1r1lkmz4";
sha256 = "0nii8qh3qrn92g8x3canj4glb2bjn6gc1p3f6hfp59ckd4vjrndw";
};

nativeBuildInputs = [ pkgconfig cmake ];
Expand Down

0 comments on commit a5061c6

Please sign in to comment.