poco: 1.9.0 -> 1.9.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/poco/versions
This commit is contained in:
R. RyanTM 2019-07-15 23:24:22 -07:00 committed by Frederik Rietdijk
parent 1fb7255690
commit 3e33e53c5d

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "poco-${version}";
version = "1.9.0";
version = "1.9.2";
src = fetchurl {
url = "https://pocoproject.org/releases/${name}/${name}-all.tar.gz";
sha256 = "11z1i0drbacs7c7d5virc3kz7wh79svd06iffh8j6giikl7vz1q3";
sha256 = "0jkbxw6z8l7zpr7bh2xcyzk8a5apzyz4ranhl66gxna1ay0gpzvd";
};
nativeBuildInputs = [ cmake pkgconfig ];