Merge pull request #63475 from r-ryantm/auto-update/zlog

zlog: 1.2.12 -> 1.2.14
This commit is contained in:
markuskowa 2019-06-20 14:21:38 +02:00 committed by GitHub
commit 9f79b1eab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, fetchzip }:
stdenv.mkDerivation rec {
version = "1.2.12";
version = "1.2.14";
name = "zlog-${version}";
src = fetchzip {
name = "${name}-src";
url = "https://github.com/HardySimpson/zlog/archive/${version}.tar.gz";
sha256 = "1ychld0dcfdak2wnmkj941i0xav6ynlb3n6hz1kz03yy74ll2fqi";
sha256 = "1qcrfmh2vbarkx7ij3gwk174qmgmhm2j336bfaakln1ixd9lkxa5";
};
configurePhase = ''