about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-29 16:12:42 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-30 01:12:42 +0200
commit827d3d37962bfb4f607bf0be11e691a2c00a33b8 (patch)
tree5108e6f78fb193e1bb1a63e5023ee79fde032f4f
parent85497a3b06ee7e333aaabcf6cdbcb163ae5dda99 (diff)
downloadnixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.tar
nixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.tar.gz
nixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.tar.bz2
nixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.tar.lz
nixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.tar.xz
nixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.tar.zst
nixlib-827d3d37962bfb4f607bf0be11e691a2c00a33b8.zip
chirp: 20180611 -> 20180614 (#42525)
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/gfgi7c2ps023ga27vx6s38y4gkgx1c54-chirp-daily-20180614/bin/.chirpw-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/gfgi7c2ps023ga27vx6s38y4gkgx1c54-chirp-daily-20180614/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 20180614 with grep in /nix/store/gfgi7c2ps023ga27vx6s38y4gkgx1c54-chirp-daily-20180614
- directory tree listing: https://gist.github.com/5a739e8fa0584360afb3f692d19e3771
- du listing: https://gist.github.com/e530a387cd61ae6e0b944b372041bd3d
-rw-r--r--pkgs/applications/misc/chirp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/chirp/default.nix b/pkgs/applications/misc/chirp/default.nix
index 6dc7a5f7dd2d..16f63cfcd107 100644
--- a/pkgs/applications/misc/chirp/default.nix
+++ b/pkgs/applications/misc/chirp/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "chirp-daily-${version}";
-  version = "20180611";
+  version = "20180614";
 
   src = fetchurl {
     url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${name}.tar.gz";
-    sha256 = "1569gnbs4jb53n58wdkdjrxx9nrayljn5v0wqacn5zfr87s16zxf";
+    sha256 = "011bxd418hrl88rhp6lhja68b2kvnm1b845v41g9qfsagvfmbv3g";
   };
 
   nativeBuildInputs = [ makeWrapper ];