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

dump1090: 3.8.0 -> 3.8.1
This commit is contained in:
Mario Rodas 2020-05-29 04:39:45 -05:00 committed by GitHub
commit a674766843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "dump1090";
version = "3.8.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = "flightaware";
repo = pname;
rev = "v${version}";
sha256 = "0c30x56h79hza9m6b9zp5y28jxx4f4n5xgaaw597l8agcm5iia0p";
sha256 = "0xg8rzrxqklx1m9ncxsd96dlkbjcsxfi2mrb859v50f07xysdyd8";
};
nativeBuildInputs = [ pkgconfig ];