commit 8dc762e6aa0cc5e4221c437efd5602ef5de4f379
parent b7c9cc289d55a8957883534bd019d32dd04b5145
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 2 Nov 2025 22:55:13 +0400
Up
Diffstat:
2 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/pkgs/by-name/ac/acarsdec/package.nix b/pkgs/by-name/ac/acarsdec/package.nix
@@ -4,6 +4,7 @@
fetchFromGitHub,
cmake,
pkg-config,
+ cjson,
libacars,
libsndfile,
paho-mqtt-c,
@@ -12,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "acarsdec";
- version = "3.7";
+ version = "4.3.1-unstable-2025-11-02";
src = fetchFromGitHub {
- owner = "TLeconte";
+ owner = "f00b4r0";
repo = "acarsdec";
- tag = "acarsdec-${finalAttrs.version}";
- hash = "sha256-MBy9Xq5ufusqSKGe40JxgnFeo4wnabThbDpGEE6u1so=";
+ rev = "4360dee11600bd6821883c1755fb156328976830";
+ hash = "sha256-jb8YCtOVCkKwtzm6y/wQjYlkekD+ZUGkPb2T3DgoSW8=";
};
nativeBuildInputs = [
@@ -27,24 +28,18 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
+ cjson
libacars
libsndfile
paho-mqtt-c
rtl-sdr
];
- cmakeFlags = [
- (lib.cmakeBool "rtl" true)
- (lib.cmakeBool "airspy" false)
- (lib.cmakeBool "sdrplay" false)
- ];
-
meta = {
description = "ACARS SDR decoder";
- homepage = "https://github.com/TLeconte/acarsdec";
- license = lib.licenses.gpl2;
+ homepage = "https://github.com/f00b4r0/acarsdec";
+ license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.sikmir ];
- platforms = lib.platforms.linux;
- skip.ci = stdenv.isDarwin;
+ platforms = lib.platforms.unix;
};
})
diff --git a/pkgs/by-name/ne/nextvi/package.nix b/pkgs/by-name/ne/nextvi/package.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nextvi";
- version = "1.3";
+ version = "2.1";
src = fetchFromGitHub {
owner = "kyx0r";
repo = "nextvi";
tag = finalAttrs.version;
- hash = "sha256-wcn+sXJpJxvUjgKX9D1WjeCdrKPgsYBUqfa4fLOrdSE=";
+ hash = "sha256-FBUcmCkGOf7HVLkZqHWxHxS0qhz5t9VwbWb0VOGnb28=";
};
buildPhase = ''