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

zlog: 1.2.16 -> 1.2.17
This commit is contained in:
maxine 2023-12-05 23:21:47 +01:00 committed by GitHub
commit 5081f7a0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "1.2.16";
version = "1.2.17";
pname = "zlog";
src = fetchFromGitHub {
owner = "HardySimpson";
repo = pname;
rev = version;
sha256 = "sha256-wpaMbFKSwTIFe3p65pMJ6Pf2qKp1uYZCyyinGU4AxrQ=";
sha256 = "sha256-ckpDMRLxObpl8N539DC5u2bPpmD7jM+KugurUfta6tg=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];