flirc: 3.24.3 -> 3.27.10

This commit is contained in:
Weijia Wang 2024-01-10 18:09:08 +01:00
parent d5304c2bd0
commit 81e01976d3
2 changed files with 12 additions and 7 deletions

View file

@ -1,23 +1,28 @@
{ lib
, mkDerivation
, stdenv
, fetchurl
, autoPatchelfHook
, wrapQtAppsHook
, hidapi
, readline
, qtsvg
, qtxmlpatterns
}:
mkDerivation rec {
stdenv.mkDerivation {
pname = "flirc";
version = "3.24.3";
version = "3.27.10";
src = fetchurl {
url = "https://web.archive.org/web/20211021211803/http://apt.flirc.tv/arch/x86_64/flirc.latest.x86_64.tar.gz";
sha256 = "0p4pp7j70lbw6m25lmjg6ibc67r6jcy7qs3kki9f86ji1jvrxpga";
url = "https://web.archive.org/web/20240110170238/http://apt.flirc.tv/arch/x86_64/flirc.latest.x86_64.tar.gz";
hash = "sha256-iTr4vzFQ/+dsbsYD6sc8aTHctTkLKf5HnHBnO7cX5qc=";
};
nativeBuildInputs = [ autoPatchelfHook ];
nativeBuildInputs = [
autoPatchelfHook
wrapQtAppsHook
];
buildInputs = [
hidapi
readline

View file

@ -3827,7 +3827,7 @@ with pkgs;
flavours = callPackage ../applications/misc/flavours { };
flirc = libsForQt5.callPackage ../applications/video/flirc {
readline = readline63;
readline = readline70;
};
flood = callPackage ../applications/networking/p2p/flood { };