Merge pull request #280069 from wegank/flirc-bump

flirc: 3.24.3 -> 3.27.10
This commit is contained in:
Weijia Wang 2024-01-20 18:57:55 +01:00 committed by GitHub
commit 2e7eed7291
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

View file

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

View file

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