poco: 1.13.2 -> 1.13.3

This commit is contained in:
R. Ryantm 2024-05-02 16:53:09 +00:00
parent 3be507be1e
commit 348ed52797

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "poco";
version = "1.13.2";
version = "1.13.3";
src = fetchFromGitHub {
owner = "pocoproject";
repo = "poco";
sha256 = "sha256-GcwkGiui9j9RzMQyEEmqq8dxWzKpv5xWxJgvJpSMdbw=";
sha256 = "sha256-ryBQjzg1DyYd/LBZzjHxq8m/7ZXRSKNNGRkIII0eHK0=";
rev = "poco-${version}-release";
};