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: 4c48a24aca5f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc10692dd068
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2020

  1. chirp: 20200213 -> 20200409

    r-ryantm committed Apr 15, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    MichaReiser Micha Reiser
    Copy the full SHA
    c446ce3 View commit details

Commits on Apr 16, 2020

  1. Merge pull request #85309 from r-ryantm/auto-update/chirp-daily

    chirp: 20200213 -> 20200409
    nh2 authored Apr 16, 2020
    Copy the full SHA
    fc10692 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/radio/chirp/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/radio/chirp/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
}:
python2.pkgs.buildPythonApplication rec {
pname = "chirp-daily";
version = "20200213";
version = "20200409";

src = fetchurl {
url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${pname}-${version}.tar.gz";
sha256 = "189kg3425wggib1cggcj49bk01pq3j4b8mks7najpp1rjsl5f2i1";
sha256 = "16zhwg2xmp5kpqx5isavwwkfq1212zgfj8gbp453ngjcrvp3m4lq";
};

propagatedBuildInputs = with python2.pkgs; [