libzip: 1.6.0 -> 1.6.1

This commit is contained in:
R. RyanTM 2020-03-06 21:39:46 +00:00 committed by Frederik Rietdijk
parent 619a350e4a
commit 399d3b31d5

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libzip"; pname = "libzip";
version = "1.6.0"; version = "1.6.1";
src = fetchurl { src = fetchurl {
url = "https://www.nih.at/libzip/${pname}-${version}.tar.gz"; url = "https://www.nih.at/libzip/${pname}-${version}.tar.gz";
sha256 = "1zsspz6cbbqah11jkcc894jgxihlm8gicfh54yvny9gc3lsvpi3h"; sha256 = "120xgf7cgjmz9d3yp10lks6lhkgxqb4skbmbiiwf46gx868qxsq6";
}; };
# Fix pkgconfig file paths # Fix pkgconfig file paths
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.nih.at/libzip; homepage = "https://www.nih.at/libzip";
description = "A C library for reading, creating and modifying zip archives"; description = "A C library for reading, creating and modifying zip archives";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;