Unverified Commit eb37af69 authored by Hythera's avatar Hythera
Browse files

poco: add passthru.updateScript

parent 5e926560
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  fetchpatch,
  cmake,
  nix-update-script,
  pkg-config,
  zlib,
  pcre2,
@@ -109,6 +110,10 @@ stdenv.mkDerivation rec {
    done
  '';

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version-regex=poco-(.*)-release" ];
  };

  meta = {
    homepage = "https://pocoproject.org/";
    description = "Cross-platform C++ libraries with a network/internet focus";