Merge pull request #40496 from r-ryantm/auto-update/chirp-daily

chirp: 20180412 -> 20180512
This commit is contained in:
Matthew Justin Bauer 2018-05-16 00:59:19 -05:00 committed by GitHub
commit 375ad754ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "chirp-daily-${version}";
version = "20180412";
version = "20180512";
src = fetchurl {
url = "https://trac.chirp.danplanet.com/chirp_daily/daily-${version}/${name}.tar.gz";
sha256 = "17wpxqzifz6grw9xzg9q9vr58vm2xd50fhd64c3ngdhxcnq2dpj9";
sha256 = "111pijr0v36n3yg0p58mgvfxvz088axnxvgfhs8cblssi931mimm";
};
nativeBuildInputs = [ makeWrapper ];