summary refs log tree commit diff
path: root/pkgs/applications/misc/chirp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:00:31 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:00:31 -0700
commitade3fc249a6480d7be2f0b8d70698a24f636b112 (patch)
tree87fa7786e040eab7c18c85bd81b15c2a782ed965 /pkgs/applications/misc/chirp
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.tar
nixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.tar.gz
nixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.tar.bz2
nixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.tar.lz
nixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.tar.xz
nixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.tar.zst
nixpkgs-ade3fc249a6480d7be2f0b8d70698a24f636b112.zip
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
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 16f63cfcd10..148031273be 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 = "20180614";
+  version = "20180623";
 
   src = fetchurl {
     url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${name}.tar.gz";
-    sha256 = "011bxd418hrl88rhp6lhja68b2kvnm1b845v41g9qfsagvfmbv3g";
+    sha256 = "0s7b5w98rblqfcpvaxkkri0sfqxmqjwgdf8syzva50vm7swrg946";
   };
 
   nativeBuildInputs = [ makeWrapper ];