mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-13 09:17:02 +00:00
zlog: 1.2.12 -> 1.2.14
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zlog/versions
This commit is contained in:
parent
41377252e5
commit
4ce580f99a
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchzip }:
|
{ stdenv, fetchzip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2.12";
|
version = "1.2.14";
|
||||||
name = "zlog-${version}";
|
name = "zlog-${version}";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
name = "${name}-src";
|
name = "${name}-src";
|
||||||
url = "https://github.com/HardySimpson/zlog/archive/${version}.tar.gz";
|
url = "https://github.com/HardySimpson/zlog/archive/${version}.tar.gz";
|
||||||
sha256 = "1ychld0dcfdak2wnmkj941i0xav6ynlb3n6hz1kz03yy74ll2fqi";
|
sha256 = "1qcrfmh2vbarkx7ij3gwk174qmgmhm2j336bfaakln1ixd9lkxa5";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue