summary refs log tree commit diff
path: root/pkgs/applications/misc/chirp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-10 10:56:41 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 19:56:41 +0200
commitea806634934eca67db796ccd0887b2d37a9a5b9a (patch)
tree393bc237622499b33fa33958c297523acea2905d /pkgs/applications/misc/chirp
parentc78ae4251f0ce38480d768960e9b98edd552783a (diff)
downloadnixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.tar
nixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.tar.gz
nixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.tar.bz2
nixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.tar.lz
nixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.tar.xz
nixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.tar.zst
nixpkgs-ea806634934eca67db796ccd0887b2d37a9a5b9a.zip
chirp: 20180519 -> 20180606 (#41717)
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/i289vfzp7kk8h7q27cxcyfsp92yjsgk6-chirp-daily-20180606/bin/.chirpw-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/i289vfzp7kk8h7q27cxcyfsp92yjsgk6-chirp-daily-20180606/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 20180606 with grep in /nix/store/i289vfzp7kk8h7q27cxcyfsp92yjsgk6-chirp-daily-20180606
- directory tree listing: https://gist.github.com/17376dee8e40c9f3de24818bb3278341
- du listing: https://gist.github.com/aefa3450ce2ed4ccd781360dc0a1de4e
Diffstat (limited to 'pkgs/applications/misc/chirp')
-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 90d7ecd082c..7004b247667 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 = "20180519";
+  version = "20180606";
 
   src = fetchurl {
     url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${name}.tar.gz";
-    sha256 = "1sb4cw95lcj2cdfzzgnwjgmnpk2nqjys4am5qvj4pnh0x447sznv";
+    sha256 = "1v1s02675gyghhxasp4pxjrifkgshc82p99haxph1yzkq7gsf03w";
   };
 
   nativeBuildInputs = [ makeWrapper ];