Merge pull request #65981 from r-ryantm/auto-update/liblockfile

liblockfile: 1.14 -> 1.15
This commit is contained in:
Marek Mahut 2019-08-10 09:30:31 +02:00 committed by GitHub
commit 609ae7398c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
_name = "liblockfile";
version = "1.14";
version = "1.15";
name = "${_name}-${version}";
src = fetchurl {
url = "mirror://debian/pool/main/libl/${_name}/${_name}_${version}.orig.tar.gz";
sha256 = "0q6hn78fnzr6lhisg85a948rmpsd9rx67skzx3vh9hnbx2ix8h5b";
sha256 = "04ml9isvdl72fbr1825x7jb680xp8aprdq4pag32ahyjqk909cmh";
};
preConfigure = ''