poco: 1.12.4 -> 1.12.5

This commit is contained in:
R. Ryantm 2023-10-27 23:15:44 +00:00
parent 3e8e178218
commit 929c72ad00

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "poco";
version = "1.12.4";
version = "1.12.5";
src = fetchFromGitHub {
owner = "pocoproject";
repo = "poco";
sha256 = "sha256-gQ97fkoTGI6yuMPjEsITfapH9FSQieR8rcrPR1nExxc=";
sha256 = "sha256-2macXa2pi5FebSrTIfSQbIiafNCXczNQEP+PFbFxylw=";
rev = "poco-${version}-release";
};