Merge pull request #206411 from r-ryantm/auto-update/dump1090

dump1090: 7.1 -> 8.2
This commit is contained in:
markuskowa 2022-12-18 21:18:02 +01:00 committed by GitHub
commit fc1e90e8ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "dump1090";
version = "7.1";
version = "8.2";
src = fetchFromGitHub {
owner = "flightaware";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1fD8ZMkTS/r+p1rrOfJhH2sz3sJCapQcvk8f8crGApw=";
sha256 = "sha256-SUvK9XTXIDimEMEnORnp/Af/F030TZTxLI43Jzz31Js=";
};
nativeBuildInputs = [ pkg-config ];