forked from mirrors/nixpkgs
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:
parent
da114a21c9
commit
4634e69866
|
@ -2,15 +2,15 @@
|
||||||
, python, pyserial, pygtk
|
, python, pyserial, pygtk
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.4.1";
|
version = "20161018";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "chirp-${version}";
|
name = "chirp-daily-${version}";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://chirp.danplanet.com/download/0.4.1/chirp-${version}.tar.gz";
|
url = "http://trac.chirp.danplanet.com/chirp_daily/daily-${version}/chirp-daily-${version}.tar.gz";
|
||||||
sha256 = "17iihghqjprn2hld193qw0yl1kkrf6m0fp57l7ibkflxr0nnb7cc";
|
sha256 = "0f3r919az4vvcgxzqmxvhrxa2byzk5algy7srzzs15ihkvyxcwkb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue