mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
liblognorm: 2.0.5 -> 2.0.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liblognorm/versions
This commit is contained in:
parent
a054d74507
commit
3864d58e39
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libestr, json_c, pcre, fastJson }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "liblognorm-2.0.5";
|
||||
name = "liblognorm-2.0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.liblognorm.com/files/download/${name}.tar.gz";
|
||||
sha256 = "145i1lrl2n145189i7l2a62yazjg9rkyma5jic41y0r17fl1s5f8";
|
||||
sha256 = "1wpn15c617r7lfm1z9d5aggmmi339s6yn4pdz698j0r2bkl5gw6g";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user