libzip: 1.6.0 -> 1.6.1
This commit is contained in:
parent
619a350e4a
commit
399d3b31d5
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libzip";
|
||||
version = "1.6.0";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.nih.at/libzip/${pname}-${version}.tar.gz";
|
||||
sha256 = "1zsspz6cbbqah11jkcc894jgxihlm8gicfh54yvny9gc3lsvpi3h";
|
||||
sha256 = "120xgf7cgjmz9d3yp10lks6lhkgxqb4skbmbiiwf46gx868qxsq6";
|
||||
};
|
||||
|
||||
# Fix pkgconfig file paths
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user