Skip to content

Commit

Permalink
chirp: 20190206 -> 20190304 (#56869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Peyroux authored and xeji committed Mar 8, 2019
1 parent 449e7f9 commit 10ec32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/chirp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "chirp-daily";
version = "20190206";
version = "20190304";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 10ec32a

Please sign in to comment.