chirp: 0.4.1 -> 20161018

Upstream recommends to use the automated daily builds:

    http://chirp.danplanet.com/projects/chirp/wiki/Download
This commit is contained in:
Franz Pletz 2016-06-02 11:16:32 +02:00
parent da114a21c9
commit 4634e69866
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,15 +2,15 @@
, python, pyserial, pygtk
}:
let
version = "0.4.1";
version = "20161018";
in
stdenv.mkDerivation rec {
name = "chirp-${version}";
name = "chirp-daily-${version}";
inherit version;
src = fetchurl {
url = "http://chirp.danplanet.com/download/0.4.1/chirp-${version}.tar.gz";
sha256 = "17iihghqjprn2hld193qw0yl1kkrf6m0fp57l7ibkflxr0nnb7cc";
url = "http://trac.chirp.danplanet.com/chirp_daily/daily-${version}/chirp-daily-${version}.tar.gz";
sha256 = "0f3r919az4vvcgxzqmxvhrxa2byzk5algy7srzzs15ihkvyxcwkb";
};
buildInputs = [