Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35d8514a9149
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 051eb2e27dc9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 12, 2020

  1. dump1090: 3.7.2 -> 3.8.0

    r-ryantm committed Apr 12, 2020
    Copy the full SHA
    4576347 View commit details
  2. Merge pull request #85068 from r-ryantm/auto-update/dump1090

    dump1090: 3.7.2 -> 3.8.0
    ryantm authored Apr 12, 2020
    Copy the full SHA
    051eb2e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/radio/dump1090/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/radio/dump1090/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "dump1090";
version = "3.7.2";
version = "3.8.0";

src = fetchFromGitHub {
owner = "flightaware";
repo = pname;
rev = "v${version}";
sha256 = "0vlv9bd805kid202xxkrnl51rh02cyrl055gbcqlqgk51j5rrq8w";
sha256 = "0c30x56h79hza9m6b9zp5y28jxx4f4n5xgaaw597l8agcm5iia0p";
};

nativeBuildInputs = [ pkgconfig ];