Unverified Commit 1c9263c7 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

abracadabra: 2.5.1 -> 2.6.0

parent 9c2023e2
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, cmake, wrapQtAppsHook
, qtbase, qtmultimedia, qttools
, qtbase, qtmultimedia, qttools, qtpositioning, qtlocation
, faad2, mpg123, portaudio
, libusb1, rtl-sdr, airspy, soapysdr-with-plugins
} :

stdenv.mkDerivation rec {
  pname = "abracadabra";
  version = "2.5.1";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "KejPi";
    repo = "AbracaDABra";
    rev = "v${version}";
    hash = "sha256-EaHVHfyhQTxxLtb3wsJV7Fea2jyENnfn6Lv/3GwAKdk=";
    hash = "sha256-oO8ef2VTw/gVNNU2JRXtEHEkJm7X7dypjZr0vZXCfH8=";
  };

  nativeBuildInputs = [
@@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
  buildInputs = [
    qtbase
    qtmultimedia
    qtlocation
    qtpositioning
    faad2
    mpg123
    portaudio