svxlink 19.09.2 -> 24.02 https://github.com/sm0svx/svxlink/releases attrpath: svxlink Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/radio/svxlink/default.nix b/pkgs/applications/radio/svxlink/default.nix index 8c1d5f2129ea..d09e7855ce41 100644 --- a/pkgs/applications/radio/svxlink/default.nix +++ b/pkgs/applications/radio/svxlink/default.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation rec { pname = "svxlink"; - version = "19.09.2"; + version = "24.02"; src = fetchFromGitHub { owner = "sm0svx"; repo = pname; rev = version; - sha256 = "sha256-riyFEuEmJ7+jYT3UoTTsMUwFdO3y5mjo4z0fcC3O8gY="; + sha256 = "sha256-QNm3LQ9RY24F/wmRuP+D2G5of1490YpZD9bp6dZErU0="; }; cmakeFlags = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A svxlink nix build failed. -- without it but support for the OGG audio format will -- be unavailable. -- Checking for module 'alsa' -- Found alsa, version 1.2.11 -- Found Qt5 version 5.15.12 -- Checking for module 'popt' -- Found popt, version 1.19 -- Found Popt: /nix/store/31fl844i32sq59vdwxh7sgq2v78hbbi1-popt-1.19/lib/libpopt.so -- With Systemd = OFF -- Looking for HIDIOCGRAWINFO -- Looking for HIDIOCGRAWINFO - found -- Found GCrypt: /nix/store/2pzwimd7yj40f32kngjyzxszbd2bp5a2-libgcrypt-1.10.3/lib/libgcrypt.so -- Could NOT find GPIOD (missing: GPIOD_LIBRARY GPIOD_INCLUDE_DIR) (Required is exact version "1") -- The gpiod library is an optional dependency. -- Accessing GPIO pins using GPIOD will be unavailable. -- Access through the deprecated sysfs interface will still -- work though. -- Checking for module 'jsoncpp' -- No package 'jsoncpp' found CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - jsoncpp Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) svxlink/trx/CMakeLists.txt:85 (pkg_check_modules)  -- Configuring incomplete, errors occurred!