chirp: 20180614 -> 20180623

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/chirp-daily/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/xbvizy0v1vv4ckgmjirl4f1q1dzl5scw-chirp-daily-20180623/bin/.chirpw-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/xbvizy0v1vv4ckgmjirl4f1q1dzl5scw-chirp-daily-20180623/bin/chirpw had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 20180623 with grep in /nix/store/xbvizy0v1vv4ckgmjirl4f1q1dzl5scw-chirp-daily-20180623
- directory tree listing: https://gist.github.com/055e2b6f2968f12fbdac11ac482d1878
- du listing: https://gist.github.com/a67d26089115a9a427073485eed6e931
This commit is contained in:
R. RyanTM 2018-07-04 16:00:31 -07:00
parent a260b3d681
commit ade3fc249a

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "chirp-daily-${version}";
version = "20180614";
version = "20180623";
src = fetchurl {
url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${name}.tar.gz";
sha256 = "011bxd418hrl88rhp6lhja68b2kvnm1b845v41g9qfsagvfmbv3g";
sha256 = "0s7b5w98rblqfcpvaxkkri0sfqxmqjwgdf8syzva50vm7swrg946";
};
nativeBuildInputs = [ makeWrapper ];