about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-07-06 18:14:44 +0200
committerGitHub <noreply@github.com>2018-07-06 18:14:44 +0200
commit8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece (patch)
treecaa60db6dcd3b30d12f0ea875ed531381614db0b /pkgs
parent9a066a3caf2ef5f4db2f9d403b9174648433b304 (diff)
parentade3fc249a6480d7be2f0b8d70698a24f636b112 (diff)
downloadnixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.tar
nixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.tar.gz
nixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.tar.bz2
nixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.tar.lz
nixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.tar.xz
nixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.tar.zst
nixlib-8f5b0686ee8fa6d7ffeb93bd8d2f3bf316a95ece.zip
Merge pull request #43054 from r-ryantm/auto-update/chirp-daily
chirp: 20180614 -> 20180623
Diffstat (limited to 'pkgs')
-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 16f63cfcd107..148031273bed 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 ];