liblockfile: 1.15 -> 1.16 (#69664)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblockfile/versions
This commit is contained in:
R. RyanTM 2019-10-22 02:26:05 -07:00 committed by Renaud
parent 43a3d8dc29
commit 016a8b6f5c

View File

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