poco: 1.9.2 -> 1.9.4

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-09-27 19:42:17 -07:00
parent 96ac71d680
commit eacd9639f6

View File

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