Unverified Commit 3a3af266 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlPackages.pg_net: 0.19.7 -> 0.20.2 (#461244)

parents 4e806d8d c1f7c323
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pg_net";
  version = "0.19.7";
  version = "0.20.2";

  src = fetchFromGitHub {
    owner = "supabase";
    repo = "pg_net";
    tag = "v${finalAttrs.version}";
    hash = "sha256-HQiFD8vhox7SmjJIDyVnnwt8DCENKABIZTMfTjGElwU=";
    hash = "sha256-8xhk3WPONVjB2JIIRDBJP9fmtlMx0ld2t9GFYIzTYyQ=";
  };

  buildInputs = [ curl ];