Unverified Commit 7d034147 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #308569 from r-ryantm/auto-update/poco

poco: 1.13.2 -> 1.13.3
parents 63885e17 348ed527
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
  };