Unverified Commit f79fca55 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

poco: 1.15.1 -> 1.15.2 (#513282)

parents c7e5b241 d4929793
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@
stdenv.mkDerivation rec {
  pname = "poco";

  version = "1.15.1";
  version = "1.15.2";

  src = fetchFromGitHub {
    owner = "pocoproject";
    repo = "poco";
    hash = "sha256-JyjEs5aecKSdrNEaSs4Dzs3mAu2rhhBNAG93VLHdU3E=";
    hash = "sha256-Vx3aXKnka32dw0/6kA3000kmze2CMzCWBW8zDl1xqSA=";
    tag = "poco-${version}-release";
  };