Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
zlog: 1.2.14 -> 1.2.15
  • Loading branch information
r-ryantm committed Jun 30, 2020
1 parent 679136e commit adba00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/zlog/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchzip }:

stdenv.mkDerivation rec {
version = "1.2.14";
version = "1.2.15";
pname = "zlog";

src = fetchzip {
name = "${pname}-${version}-src";
url = "https://github.com/HardySimpson/zlog/archive/${version}.tar.gz";
sha256 = "1qcrfmh2vbarkx7ij3gwk174qmgmhm2j336bfaakln1ixd9lkxa5";
sha256 = "10hzifgpml7jm43y6v8c8q0cr9ziyx9qxznafxyw6glhnlqnb7pb";
};

configurePhase = ''
Expand Down

0 comments on commit adba00e

Please sign in to comment.