Merge pull request #121442 from earldouglas/dump1090/5.0

dump1090: 4.0 -> 5.0
wip/yesman
Daniël de Kok 3 years ago committed by GitHub
commit 2b76957b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/applications/radio/dump1090/default.nix

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "dump1090";
version = "4.0";
version = "5.0";
src = fetchFromGitHub {
owner = "flightaware";
repo = pname;
rev = "v${version}";
sha256 = "1zacsqaqsiapljhzw31dwc4nld2rp98jm3ivkyznrhzk9n156p42";
sha256 = "1fckfcgypmplzl1lidd04jxiabczlfx9mv21d6rbsfknghsjpn03";
};
nativeBuildInputs = [ pkg-config ];
@ -28,9 +28,13 @@ stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstall
mkdir -p $out/bin $out/share
cp -v dump1090 view1090 $out/bin
cp -vr public_html $out/share/dump1090
runHook postInstall
'';
meta = with lib; {

Loading…
Cancel
Save